PHP » GoLang |
login |
register |
about
|
GoLang Yaf_Controller_Abstract::forward
request it (238)
GoLang replacement for PHP's Yaf_Controller_Abstract::forward
[edit | history]
PHP Yaf_Controller_Abstract::forwardPHP original manual for Yaf_Controller_Abstract::forward [ show | php.net ]Yaf_Controller_Abstract::forward(Yaf >=1.0.0) Yaf_Controller_Abstract::forward — Foward 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::forward()example
<?php The above example will output something similar to: login, redirected from Index action Return Valuesreturn FALSE on failure See Also
|
more
Recently updated
more
Most requested
more
Last requests
|