2011-09-26 13 views

답변

1

는 라우팅 기본을 사용하는 경우이 수행 할 수 있습니다

Request::factory('welcome/index2')->execute(); 

일반적인 경우 :

$this->request 
    ->controller('welcome') 
    ->action('index2') 
    ->execute(); 

또는 Request->execute()

볼을
관련 문제