Welcome Guest, Not a member yet? Register   Sign In
How to get userdata from encrypted sessions database according to session id?
#18

[eluser]pickupman[/eluser]
In my main view (template), I have:
Code:
if(isset($custom_jquery)) echo $custom_jquery;

Then in a controller when I need a plugin or certain script for that one page, I use in my controller:
Code:
$data['custom_jquery'] = $this->load->view('some_jquery_view', $data, TRUE); //save output to $data array


Messages In This Thread
How to get userdata from encrypted sessions database according to session id? - by El Forum - 07-18-2010, 06:27 PM



Theme © iAndrew 2016 - Forum software by © MyBB