Welcome Guest, Not a member yet? Register   Sign In
Help in include files
#12

[eluser]khuram[/eluser]
There is only one thing that i havent been able to understand.
Lets say on my template page, I have to load a list of categories in a table.

Ideally there should be a controller for template which can be called from anyother control to initialize the stuff.
I havent been able to find this out anywhere.
Right now, I am having to do this in every new page that I make.

Code:
$this->load->model('template/template','TemplateFunctions', TRUE);
$data['cats'] = $this->TemplateFunctions->get_categories();
$this->load->view('template/template', $data);
Ideally this is not the best situation. Please advice me into how to make a master control which I include in every control and it knows how to react.


Messages In This Thread
Help in include files - by El Forum - 11-14-2008, 10:22 AM
Help in include files - by El Forum - 11-14-2008, 01:10 PM
Help in include files - by El Forum - 11-14-2008, 01:18 PM
Help in include files - by El Forum - 11-14-2008, 01:25 PM
Help in include files - by El Forum - 11-14-2008, 01:26 PM
Help in include files - by El Forum - 11-14-2008, 01:29 PM
Help in include files - by El Forum - 11-14-2008, 01:33 PM
Help in include files - by El Forum - 11-14-2008, 01:36 PM
Help in include files - by El Forum - 11-14-2008, 01:37 PM
Help in include files - by El Forum - 11-14-2008, 02:07 PM
Help in include files - by El Forum - 11-14-2008, 02:10 PM
Help in include files - by El Forum - 11-17-2008, 04:52 AM
Help in include files - by El Forum - 11-17-2008, 10:00 AM
Help in include files - by El Forum - 11-17-2008, 11:22 AM
Help in include files - by El Forum - 11-17-2008, 11:26 AM
Help in include files - by El Forum - 11-17-2008, 04:16 PM
Help in include files - by El Forum - 11-17-2008, 05:44 PM



Theme © iAndrew 2016 - Forum software by © MyBB