MrAnchovy / Kohana_Smarty3

Integration of Smarty v3 with the Kohana PHP Framework
25 stars 13 forks source link

Doesn't work with Kohana 3.2.2 #15

Closed lexakozakov closed 11 years ago

lexakozakov commented 11 years ago

It looks like 'View' has not been overwritten.

Trying load a view $view = View::factory('template_name.tpl'); I'm getting an error 'The requested view template_name.tpl could not be found'. I found out that system is trying to find 'template_name.tpl.php' file.