Example #1
0
 function show($id = FALSE)
 {
     $this->layout = "layouts/ajax";
     $this->load->helper('text');
     $e = new Event();
     $this->data['event'] = $e->include_related('category', array('name', 'color'))->get_by_id($id);
 }