12-02-2014, 12:08 PM
(12-02-2014, 11:50 AM)geekita Wrote: There's an alternative way to instantiate multiple objects without calling first $this->load->library('PlainObject') ?
You can just include the file with require_once or use the loader class : http://www.codeigniter.com/user_guide/li...oader.html