Skip to content

A simple module that allows using of smarty template engine as Koahana view

Notifications You must be signed in to change notification settings

andrei-tara/Smarty-views-for-Kohana

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

To use this module just copy it in the module folder and add the following 
line of code in bootstrap.php in the koshan module init section
  'smarty'  => MODPATH.'smarty',  // Smarty
Now you can careate smarty views in  the application/view directory and start use them from the 
constrollers as you are used to.

Just see the example 

About

A simple module that allows using of smarty template engine as Koahana view

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages