• 追加された行はこの色です。
  • 削除された行はこの色です。
* アクションクラスコール時に必須で実行されるメソッド [#sfde05a6]

 <?php
 class fooActions extends sfActions
 {
   public function preExecute()
   {
   }

   public function executeIndex(sfWebRequest $request)
   {
   }

   public function postExecute()
   {
   }
 }

- preExecute()
- postExecute()

** 参考 [#k235e4de]
http://www.symfony-project.org/book/1_2/06-Inside-the-Controller-Layer



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