Esempio n. 1
0
 public function entertainment_report()
 {
     $crud = new Grocery_CRUD();
     $crud->set_table('entertainment');
     $crud->set_subject('entertainment');
     $crud->unset_operations();
     $output = $crud->render();
     $this->load->view('manager/common_report_view', $output);
 }