Welcome Guest, Not a member yet? Register   Sign In
Variable scope
#2

[eluser]ontguy[/eluser]
Change this:
Code:
$this->load->view( ‘home_view’, $data );


to this:
Code:
$this->load->view( ‘home_view’, $this->data );


That should achieve what you have in mind.


Messages In This Thread
Variable scope - by El Forum - 08-09-2008, 11:06 AM
Variable scope - by El Forum - 08-09-2008, 11:22 AM
Variable scope - by El Forum - 08-09-2008, 01:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB