Welcome Guest, Not a member yet? Register   Sign In
Template controller to grocery CRUD?
#6

[eluser]fabgonber[/eluser]
web-johnny,

An idea...
Code:
public person() {
      // ...
      $crud = new Grocery_Crud();
      $crud->...
      $crud->...
      $mytable = $crud->generate();
      ...
      $data['tablecrud'] = $mytable;
      $this->load->view('myview',$data);
}

And with this i can put the CRUD in my view Smile

Today i solve the problem with a modification of the grocery's template.


Messages In This Thread
Template controller to grocery CRUD? - by El Forum - 06-13-2011, 05:26 AM
Template controller to grocery CRUD? - by El Forum - 06-13-2011, 09:43 PM
Template controller to grocery CRUD? - by El Forum - 06-13-2011, 10:34 PM
Template controller to grocery CRUD? - by El Forum - 06-14-2011, 10:42 AM
Template controller to grocery CRUD? - by El Forum - 06-14-2011, 12:11 PM
Template controller to grocery CRUD? - by El Forum - 06-14-2011, 07:09 PM
Template controller to grocery CRUD? - by El Forum - 06-14-2011, 11:32 PM
Template controller to grocery CRUD? - by El Forum - 06-15-2011, 08:03 AM
Template controller to grocery CRUD? - by El Forum - 06-15-2011, 09:52 PM
Template controller to grocery CRUD? - by El Forum - 06-15-2011, 11:20 PM
Template controller to grocery CRUD? - by El Forum - 06-15-2011, 11:29 PM
Template controller to grocery CRUD? - by El Forum - 06-16-2011, 12:24 AM
Template controller to grocery CRUD? - by El Forum - 06-16-2011, 01:00 AM
Template controller to grocery CRUD? - by El Forum - 06-16-2011, 11:01 AM
Template controller to grocery CRUD? - by El Forum - 06-17-2011, 12:52 AM
Template controller to grocery CRUD? - by El Forum - 06-17-2011, 01:01 AM
Template controller to grocery CRUD? - by El Forum - 06-17-2011, 09:13 PM
Template controller to grocery CRUD? - by El Forum - 06-18-2011, 06:00 AM



Theme © iAndrew 2016 - Forum software by © MyBB