update : 2015.11.03
php.shukuma.com검색:
|
Yaf_Controller_Abstract::forward(Yaf >=1.0.0) Yaf_Controller_Abstract::forward — foward to another action 설명
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.
인수
예제Example #1 Yaf_Controller_Abstract::forward()example
<?php 위 예제의 출력 예시: login, redirected from Index action 반환값return FALSE on failure 참고
|