アクションクラスコール時に必須で実行されるメソッド

 <?php
 class fooActions extends sfActions
 {
   public function preExecute() {
   }
 
   public function executeIndex(sfWebRequest $request) {
   }
 
   public function postExecute() {
   }
 }
  • preExecute()
  • postExecute()

参考

http://www.symfony-project.org/book/1_2/06-Inside-the-Controller-Layer


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS

Last-modified: 2011-11-30 (水) 15:03:37