Welcome Guest, Not a member yet? Register   Sign In
Repopulating Form being displayed through Jquery UI tabs interface
#10

[eluser]InsiteFX[/eluser]
When you use:
Code:
$this->load->vars($data);
It makes all the variables global to all views.

So if you have a view that loads other views the variables will be available to the other views.
If you just pass $data to a view with other views in it, the other views will not see the variables.

InsiteFX


Messages In This Thread
Repopulating Form being displayed through Jquery UI tabs interface - by El Forum - 02-17-2011, 11:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB