Vheissu / Ci-Smarty

Smarty templating engine integration for Codeigniter 3.0+ with inbuilt theming and asset management.
http://ilikekillnerds.com
179 stars 43 forks source link

Added several helper functions for sessions, flashdata and URI #36

Closed joearcher closed 10 years ago

joearcher commented 10 years ago

Found myself using these a lot so added them as helper functions to the parser_helper.php

Vheissu commented 10 years ago

Nice one Joe. Great idea putting those helper functions in, definitely handy time savers.

joearcher commented 10 years ago

Thanks for bringing this to CI. I was flailing around with twig until I found this project. Happy to help improve it.

Vheissu commented 10 years ago

No worries Joe. I also have a Twig library for Codeigniter as well, but I know some people prefer the simplicity of Smarty though. Any help is appreciated though. If you have any other additions you want to add, go for it.