Welcome Guest, Not a member yet? Register   Sign In
newbie question: using templates
#4

[eluser]Dennis Rasmussen[/eluser]
In your controller use this:
Code:
$this->load->vars($data);
And don't add $data to your $this->load-view('file');
Then you can use the $data in all of your views and sub-views... even in your models/libraries/helpers and extended controllers as well.


Messages In This Thread
newbie question: using templates - by El Forum - 10-31-2010, 10:40 AM
newbie question: using templates - by El Forum - 10-31-2010, 11:04 AM
newbie question: using templates - by El Forum - 10-31-2010, 11:12 AM
newbie question: using templates - by El Forum - 10-31-2010, 11:18 AM
newbie question: using templates - by El Forum - 10-31-2010, 11:26 AM



Theme © iAndrew 2016 - Forum software by © MyBB