Application\Home\Module::authorize PHP Method

authorize() public method

public authorize ( $controller, $action )
    public function authorize($controller, $action)
    {
        //      return $this->response->redirect('http://www.baidu.com/');
        //      $this->dispatcher->forward('index/about');
        return true;
    }