system/libraries/Controller.php

Class: Controller_Core

class Controller_Core

Kohana Controller class.

Controller_Core -> __construct

public function __construct

Loads Loader, URI, and Input into this controller.

Return: void


Controller_Core -> _kohana_load_view

public function _kohana_load_view

Includes a View within the controller scope.

Parameters:

string kohana_view_filename
view filename
array kohana_input_data
array of view variables

Return: string