|
Yaf_Controller_Abstract::forwardfoward to another action Beschreibung
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.
Parameter-Liste
BeispieleBeispiel #1 Yaf_Controller_Abstract::forwardexample
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: login, redirected from Index action Rückgabewertereturn FALSE on failure Siehe auch
|