Свежайшие Пирожки от CakePHP по-русски

Полнейшее руководство CakePHP 1.2 на русском языке, горячие новости и полезные статьи

read

read($name)

Returns the value at $name in the Session. If $name is null the entire session will be returned. E.g.

Простой текст
  1. $green = $this->Session->read('Person.eyeColor');

Retrieve the value Green from the session.