Codeigniter layouts and partial views
Organise your view code
2012/01/17Layouts and partial view help you effiently organise your view code. You can write cleaner code with less repetitions, which makes your webapps better scalable.
And the good news is: you can create layouts and partials using the default features from Codeigniter itself.
Download the source code for layouts and partial views in Codeigniter