centralM
[
class tree: centralM
] [
index: centralM
] [
all elements
]
Packages:
propel
centralM
lib-model-map
lib-model-om
sfGuardPlugin
symfony
Source for file actions.class.php
Documentation is available at
actions.class.php
<?php
/**
* script actions.
*
*
@package
centralM
*
@subpackage
script
*
@author
Your name here
*
@version
SVN: $Id: actions.class.php 12479 2008-10-31 10:54:40Z fabien $
*/
class
scriptActions
extends
sfActions
{
/**
* Executes index action
*
*
@param
sfRequest
$request
A request object
*/
public
function
executeIndex
(
sfWebRequest
$request
)
{
$this
->
forward
(
'default'
,
'module'
)
;
}
}
Documentation generated on Fri, 19 Jun 2009 10:45:36 +0100 by
phpDocumentor 1.4.2