I\'ve written a new model for my CodeIgniter framework. I\'m trying to load the database from within the constructor function, but I\'m getting the following error:
You're forgetting to call the parent constructor first. Something like:
load->database(); } ?>