Welcome Guest, Not a member yet? Register   Sign In
Reading flash cookie
#2

[eluser]Dark Preacher[/eluser]
Why don't you use CI session? It's easy enough, set variable in session via your model or controller like this:
Code:
$user = $this->session->userdata('user');
and use it like this in your views:
Code:
$x = $this->session->userdata('user')


Messages In This Thread
Reading flash cookie - by El Forum - 08-22-2009, 05:28 AM
Reading flash cookie - by El Forum - 08-22-2009, 05:58 AM
Reading flash cookie - by El Forum - 08-22-2009, 06:31 AM
Reading flash cookie - by El Forum - 08-22-2009, 07:17 AM



Theme © iAndrew 2016 - Forum software by © MyBB