CodeIgniter: Organizing views simply

Having been brought up developing PHP using templating systems like Smarty, I’m very used to segmenting my page elements into reusable block, and swapping out blocks of HTML codes, nesting blocks of code within other blocks and so on.
Trying my hands at using CodeIgniter, one of the first obstacles I had was how to organize [...]

Posted on October 22, 2008 at 4:20 pm by Eldee · Permalink · 18 Comments
In: PHP Tutorials · Tagged with: , ,