New CodeIgniter Library: Layout
After finally deciding to turn my method of nesting layouts into a CodeIgniter library, I am proud to release version 0.9 (beta) of ‘Layout’. Layout allows you to define your hierarchical layout structures within PHP arrays, to display complex HTML layouts. You can also bind data (just like with CI views) and attach assets to [...]