News Feed
Jobs Feed
Sections




News Archive
AskAboutPHP.com:
CodeIgniter Organizing views simply
October 29, 2008 @ 15:35:08

New on the AskAboutPHP.com blog, this tutorial concerning CodeIgniter view organization has been posted:

Trying my hands at using CodeIgniter, one of the first obstacles I had was how to organize my 'blocks' on a page. Without knowing any better, I thought I had to reiterate the same view calls in every function within the controller, making the controller codes very messy. It turns out that CodeIgniter allows us to nest views within views, and that has made things a lot simpler for me.

Instead of loading and calling the view() method over and other in his actions, he chooses to make a "template" view with each of the other calls to view() contained inside. Then you just pass in the data you want the view to render and call that template view. This also allows you to easily create a site-wide template.

0 comments voice your opinion now!
codeigniter framework organize view template container


blog comments powered by Disqus

Similar Posts

Zend: Zend Framework Preview Release 0.1.4 Posted!

DevShed: Application Framework Components: Login/Logout

php|architect: An overview of the CakePHP framework

Tobias Schlitt's Blog: eZ Template article

Community News: CodeIgniter - A Simple, Open Source Web App Framework


Community Events











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


composer object functional release database interview zendframework2 podcast language community introduction example tool testing framework development opinion code series conference

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