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

[eluser]Timothy_[/eluser]
[quote author="InsiteFX" date="1298028458"]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[/quote]

Thank you for clarifying this...

@Basketcasesoftware:

No I am using 1.7.2. Surely there must be a way to pass the post data between methods, we are even in the same controller.

I have been thinking, perhaps I need to store all post to a temporary table in my mysql db. But then again thats just like reinventing flash data.


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



Theme © iAndrew 2016 - Forum software by © MyBB