Controller_Welcome::action_index PHP Method

action_index() public method

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