[ Index ] |
|
Code source de Symfony 1.0.0 |
1 <?php 2 3 /** 4 * ##MODULE_NAME## actions. 5 * 6 * @package ##PROJECT_NAME## 7 * @subpackage ##MODULE_NAME## 8 * @author ##AUTHOR_NAME## 9 * @version SVN: $Id: actions.class.php 2692 2006-11-15 21:03:55Z fabien $ 10 */ 11 class ##MODULE_NAME##Actions extends sfActions 12 { 13 /** 14 * Executes index action 15 * 16 */ 17 public function executeIndex() 18 { 19 $this->forward('default', 'module'); 20 } 21 }
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Fri Mar 16 22:42:14 2007 | par Balluche grâce à PHPXref 0.7 |