231,599 Installs and Counting! Get Sparks Now!
Hey! Keep up to date with the project through its beta and public launch by following @getsparks.
Tweet
A Quick Looks At Sparks (EllisLab Official Post)
March 11, 2012
from: codeigniter.com
The Top Sparks of 2011
December 31, 2011
from: codefury.net
CodeIgniter Starter Project − A Starting Point for Any CI Dev
December 12, 2011
from: github.com
NetTuts+ Tutorial for GetSparks
November 24, 2011
from: net.tutsplus.com
Layout is a library that helps your build complex and consistent views with CodeIgniter
| Contributor | : richarddavey |
| : Log in to view | |
| Author Website | : http://www.richarddavey.com |
| Spark Website | : https://github.com/richarddavey/codeigniter-layout |
| Repository Type | : git |
| Number of Installs | : 1,191 |
php tools/spark install -v1.0.0 layout
Or download this version manually:
Get layout-v1.0.zip
CodeIgniter-Layout is a Layout library that helps your build complex and consistent views with CodeIgniter.
// set layout
$this->layout->set_layout('example');
// disable layout
$this->layout->disable_layout();