Controller_Download::action_index PHP Method

action_index() public method

public action_index ( )
    public function action_index()
    {
        $view = new View_Download_Index();
        $view->set('title', 'Download Kohana');
        $this->response->body($view);
    }
Controller_Download