dopiero zaczynam swoją przygodę z kohana a już pojawił się problem..
polega on na tym, że moim szablonie mam
class start_Controller extends Template_Controller { public $template = 'index'; public function index() { $this->template->srodek = new View('test_loop'); } }
mam trzy kontrolery, każdy z ich wyświetla inna część, problem polega na tym, że jak odpale start to dostaje: "Undefined variable: content"