Controller_Welcome::action_index PHP Метод

action_index() публичный Метод

public action_index ( )
    public function action_index()
    {
        // $this->response->body('hello, world!');
        $this->response->body(View::factory('welcome/index'));
    }
Controller_Welcome