News Feed
Jobs Feed
Sections




News Archive
DevShed:
Using Nested Views with CodeIgniter
April 03, 2009 @ 07:56:01

The "Introduction to CodeIgniter" series continues on DevShed with this new article, a look at nested views in their sample application.

In this third chapter of the series I'm going to discuss one that bases its functionality on the loader class that comes bundled with CI. [...] By means of this method, it is very simple to replace in one single step all the variables included into multiple views with actual data. Therefore, in the next few lines I'm going to discuss how to use it to generate a dynamic web document, which will display some database contents.

After a quick review of loading views sequentially, they look at the new stuff - a "master view" that can load multiple other views inside. To pass information into this master view, they use the "$this->load->vars()" method included in the framework.

0 comments voice your opinion now!
nested views codeigniter framework load variables


blog comments powered by Disqus

Similar Posts

PHPMaster.com: Untangling MVC with CodeIgniter

Zend Developer Zone: PHP Abstract Podcast Episode 19: Glue Frameworks vs. Full Stack Frameworks

RosSoft Blog: Tutorial - Web based search engine for Flickr

WebReference.com: The Building Blocks: Data Types, Literals, Variables, and Constants - Part 2

Paul Jones' Blog: Universal Constructor Sighting "In The Wild"


Community Events











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


opinion application tool functional code language example development series community unittest conference interview framework podcast zendframework2 phpunit release introduction testing

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