[eluser]edhrx[/eluser]
Hi,
Should this work as I am getting
Fatal error: Class 'General_model' not found in etc..
General_model does exist. Is this 'legal' in CI terms..
class Application_model extends General_model {
function application_model() {
//model constructor
parent::General_model();
}
best wishes ed