News Feed
Jobs Feed
Sections



Recent Jobs

News Archive
Phil Sturgeon's Blog:
CodeIgniter Template library
December 30, 2009 @ 08:54:27

Phil Sturgeon has written up a new post about a templating library he's whipped up for CodeIgniter sites, a rework of his previous templating efforts.

Working with multiple views in CodeIgniter has always been a pain. Out of the box CodeIgniter provides no real way of having a layout file and the only way to get header/footer functionality is to put $this->load->view('header') in your views or in each controller and method. Obviously as a programmer I am lazy and don't want to do that. Years ago I made some dodgy helper which evolved into a library which I called CodeIgniter Layout library.

After realizing it needed a good amount of work to get to where it needed to be, he re-coded it and is releasing the new version of the CodeIgniter Template library. Features include breadcrumbs, meta-data, layout files, partials, and loading views into modules.

0 comments voice your opinion now!
codeigniter library template




Community Events





Don't see your event here?
Let us know!


test podcast unittest introduction development release conference community phpunit custom interview opinion language component application database api framework series symfony2

All content copyright, 2012 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework