セッション

 $this->getUser()->setAttribute('mesg', 'エラーが発生しました'); # 設定
 $mesg = $this->getUser()->getAttribute('mesg');                 # 取得
 $mesg = $this->getUser()->hasAttribute('mesg');
 $this->getUser()->getAttributeHolder()->remove('mesg');         # 削除
 <html><?php $sf_user->getAttribute('mesg')?></html>             # テンプレートで参照する

参考

http://symfony.xrea.jp/1.2/book/06-Inside-the-Controller-Layer.html#user.session


トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS