read
read($name)
Returns the value at $name in the Session. If $name is null the entire session will be returned. E.g.
Простой текст$green = $this->Session->read('Person.eyeColor');
Retrieve the value Green from the session.
read($name)
Returns the value at $name in the Session. If $name is null the entire session will be returned. E.g.
Простой текст$green = $this->Session->read('Person.eyeColor');Retrieve the value Green from the session.
Коментарии:
Добавить коментарий