View Single Post
Old 04-10-2009, 05:16 PM   #41 (permalink)
ETbyrne
how quixotic are you?
 
ETbyrne's Avatar
 
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
ETbyrne is on a distinguished road
Default

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'); 
__________________
Dingo Web Systems > http://www.dingocode.com
My Website > http://www.evanbot.com
ETbyrne is offline  
Reply With Quote