centralM
[ class tree: centralM ] [ index: centralM ] [ all elements ]

Source for file actions.class.php

Documentation is available at actions.class.php

  1. <?php
  2.  
  3. /**
  4.  * script actions.
  5.  *
  6.  * @package    centralM
  7.  * @subpackage script
  8.  * @author     Your name here
  9.  * @version    SVN: $Id: actions.class.php 12479 2008-10-31 10:54:40Z fabien $
  10.  */
  11. class scriptActions extends sfActions
  12. {
  13.  /**
  14.   * Executes index action
  15.   *
  16.   * @param sfRequest $request A request object
  17.   */
  18.   public function executeIndex(sfWebRequest $request)
  19.   {
  20.     $this->forward('default''module');
  21.   }
  22.  
  23.  
  24.  
  25. }

Documentation generated on Fri, 19 Jun 2009 10:45:36 +0100 by phpDocumentor 1.4.2