News Feed
Jobs Feed
Sections




News Archive
Constantin Bosneaga:
Using layout pattern with CodeIgniter
October 01, 2012 @ 11:57:08

Constantin Bosneaga has a recent post to his site that the CodeIgniter users out there could find helpful. It's an example of using the Layout pattern in a CI app to make a more flexible layout thanks to a library (source included in the post).

CodeIgniter is great framework by its simplicity. But when I moved from CakePHP, I really missed layout pattern. CodeIgniter documentations offers this way to include non-changing site header and footer. For sure it isn't flexible and does not show page structure in a clear way. For many years I use layout pattern. Layout describes whole page as a template with blocks for header, menu, content, etc.

He uses this library to handle the data for your layout, including the header items (like CSS, Javascript) and the definition of a global template. It also allows you to do template inheritance, making it simpler to reuse partial templates ("blocks").

0 comments voice your opinion now!
layout designpattern codeigniter tutorial library


blog comments powered by Disqus

Similar Posts

Matt Frost: Using Selenium2 with PHPUnit

PHPBuilder.com: Use the PHP Filter Extension to Validate User Data

Johannes Schluter's Blog: Data structures in PHP 5.3

Brian Swan's Blog: Why is PHP 5.3 on Windows faster than previous PHP versions?

Giorgio Sironi's Blog: Refactoring PHPUnit's getMock()


Community Events











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


podcast zendframework2 series rest functional unittest database community framework release interview introduction symfony2 phpunit testing usergroup development opinion conference language

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