forked from jamiepittock/codeigniter-twig
-
Notifications
You must be signed in to change notification settings - Fork 8
MaherSaif/codeigniter-twig
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A basic CodeIgniter library for using the Twig template language Usage: First, Create twig directory under system/cache; and give it write permission $ mkdir system/cache/twig $ chmod o+w system/cache/twig Then, Put in your controller, $this->load->library('twig'); $data['title'] = "Testing Twig!!"; $this->twig->display('view.html', $data);
About
A basic CodeIgniter library for using the Twig template language
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 100.0%