MrAnchovy / Kohana_Smarty3

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

Make it work with Kohana 3.3 #17

Closed MrAnchovy closed 11 years ago

MrAnchovy commented 12 years ago

The change to Initial_Capitals in the new class auto-loader is a pain. Not sure what else is broken.

seyfer commented 11 years ago

Try use it with Kohana 3.3 - template not found. Always go to standart View::factory() function, not to Smarty module directory.

samuelecarpene commented 11 years ago

To make it work you must do this: rename files and folder with the first letter capitalized The files to rename are these:

This solve the 3.3 compatibility. I hope MrAnchovy add this to the master version. Bye.

MrAnchovy commented 11 years ago

Done some time ago