|
Yaf_Controller_Abstract::forwardfoward to another action Description
public void Yaf_Controller_Abstract::forward
( string
$action
[, array $paramters
] )
public void Yaf_Controller_Abstract::forward
( string
$controller
, string $action
[, array $paramters
] )
public void Yaf_Controller_Abstract::forward
( string
$module
, string $controller
, string $action
[, array $paramters
] )forward current execution process to other action.
Parameters
ExamplesExample #1 Yaf_Controller_Abstract::forwardexample
<?php The above example will output something similar to: login, redirected from Index action Return Valuesreturn FALSE on failure See Also
|