anvoz / CodeIgniter-Skeleton

A decent starter for most web apps. Includes HMVC, jQuery, Bootstrap, Bootstrap TLDR, Ajax and Template libraries. Unit tests with PHPUnit and vfsStream.
Other
157 stars 100 forks source link

update template library #12

Closed roniwahyu closed 9 years ago

roniwahyu commented 10 years ago

Update template library with more flexibility using baseview, layout, javascript, and css. Inpired by some template library on the net

anvoz commented 10 years ago

Cool. Thank you!

Just some small changes before I can merge it into the project. I think we could work together on your folked repo first. When everything is ok, you can send pull request again.

First of all, please move the file to the correct location so we can track the history and comparison easily:

Template.php to application/libraries/Template.php

anvoz commented 9 years ago

Closing due to inactivity.