03-26-2009, 01:51 AM
|
#15 (permalink)
|
|
how quixotic are you?
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
|
Hey everyone, just a heads up earlier today I added two new libraries/classes to the framework. A file manipulation one and an email one. They are located in the system/classes folder and can be loaded like so:
PHP Code:
$this->dingo->library('files'); // Or $this->dingo->library('email');
|
|
|
|