- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- PHP-symfony/コントローラ/アクションクラスコール時に必須で実行されるメソッド へ行く。
- 1 (2011-11-30 (水) 15:03:10)
アクションクラスコール時に必須で実行されるメソッド
<?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