Welcome Guest, Not a member yet? Register   Sign In
pass variable to template file
#4

[eluser]Dam1an[/eluser]
Thats the general idea
2 things come to mind that might be causing the problem
1) Did you change the [insert name of controller here] to extend MY_Controller instead of Controller (and you put MY_Controller in application/libraries)
2) Do you have nested views? If so, you'll probably want to use
Code:
$this->load->vars($this->data);
instead of passing it as the second parameter


Messages In This Thread
pass variable to template file - by El Forum - 07-06-2009, 05:35 AM
pass variable to template file - by El Forum - 07-06-2009, 05:42 AM
pass variable to template file - by El Forum - 07-06-2009, 07:21 AM
pass variable to template file - by El Forum - 07-06-2009, 07:54 AM
pass variable to template file - by El Forum - 07-06-2009, 08:54 AM



Theme © iAndrew 2016 - Forum software by © MyBB