04-10-2009, 05:16 PM
|
#41 (permalink)
|
|
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
|
I uploaded a new version to the site with a few bug fixes and a new feature, templates!
Templates
They work just like views but are organized in a way that make them better for use in content management systems.
PHP Code:
// Choose Template Set $this->dingo->set_template('myset');
// Load Template $this->load->template('mytemplate');
|
|
|
|