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

[eluser]Rey Philip Regis[/eluser]
Code:
$this->load->model('template/template','TemplateFunctions', TRUE);
$data['cats'] = $this->TemplateFunctions->get_categories();
$this->load->view('template/template', $data);

Is the code above dynamic? I mean does $this->TemplateFunctions->get_categories(); change in every page? If its the same in every page, I have a suggestion but havent tried it yet. Try to use hooks put your code i mean the above code to a method then register it in a hook its configurations is inside the config folder, then after executing the above code in your newly created method put it in a session so it will be available in all of your page.

Personally, just like what I said a while ago, I haven't tried that technique yet. Just try that, if you like....

Good day.


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