Solar_Session::add()
public
void
Solar_Session::add
( string $key
, mixed $val
)
Appends a normal value to a key; this will start the session if needed.
Parameters
(string)
$key
: The data key.(mixed)
$val
: The value to add to the key; this will result in the value becoming an array.
Returns
(void)
Description
Appends a normal value to a key; this will start the session if needed.