https://github.com/cryode/CodeIgniter_Smarty
Visit the Github page to download the code and view the basic installation instructions.
Also make sure to read the Smarty documentation for how to set up your view files to use Smarty features.
v1.1.0—March 12, 2013
- Smarty updated to version 3.1.13
- New auto-escape variables feature
- $ci global var changed to $CI
- CI 3.0 VIEWPATH constant used, when available
- Licensed properly!
I like to use Smarty due for its templating context, rather than using PHP tags, as well as the ability to easily set up things like common header/footers, etc, without doing it in your controllers or other PHP areas.
I’ve always used Smarty in a pretty basic way, so I haven’t integrated some of the fancier features quite yet. But I’m in the process of adding / playing / testing, and will continually add and/or optimize the code as I see fit.
I don’t think I’ll need to do much support for this basic install, but if anyone has questions, please let me know. Also please suggest any features you might like, or bugs if you happen to spot one.
Cheers!