Welcome Guest, Not a member yet? Register   Sign In
How to set an array type session?
#1

[eluser]BnoL[/eluser]
Hi all,

I'm a new to CI, so please help me Big Grin

My question is: How can I set an array type session with CI?

My problem is I want to set array type session, just like:
Code:
$_SESSION['fruit'][] = "apple";
// code ...
// and then continue to add:
$_SESSION['fruit'][] = "banana";
...
in plain PHP. How can I do this with CI? Smile

Thanks in advance and sorry for my bad English Tongue


Messages In This Thread
How to set an array type session? - by El Forum - 06-27-2009, 03:53 PM
How to set an array type session? - by El Forum - 06-27-2009, 06:47 PM
How to set an array type session? - by El Forum - 06-27-2009, 10:20 PM
How to set an array type session? - by El Forum - 06-27-2009, 10:45 PM



Theme © iAndrew 2016 - Forum software by © MyBB