select multiple rows
- Single Page
Posted 06 June 2012 - 12:57 PM
2) in mvc pattern the view is just $output. can i add the backend code of it from themes. i m worried plz help me out
Posted 07 June 2012 - 18:50 PM
[*]You would have to extend Grocery CRUD to make that happen. There is no built in functionality to process checkboxes.
[*]Yes. Create your view file and then add something like this to your controller: $this->load->view('my_view', $data); (See the Codeigniter docs for loader. Scroll down to "$this->load->view('file_name', $data, true/false".)
[/list]
Posted 08 June 2012 - 05:35 AM