Welcome Guest, Not a member yet? Register   Sign In
Undefined model
#2

[eluser]gRoberts[/eluser]
It's likely the model isn't actually getting loaded correctly.

As a test, try

Code:
$AclModel = $this->model->load('AclModel')
$MenuModel = $this->model->load('MenuModel');
$MenuModel->setAcl($AclModel);


Messages In This Thread
Undefined model - by El Forum - 03-22-2012, 07:27 AM
Undefined model - by El Forum - 03-22-2012, 08:33 AM
Undefined model - by El Forum - 03-22-2012, 08:36 AM
Undefined model - by El Forum - 03-22-2012, 08:41 AM
Undefined model - by El Forum - 03-22-2012, 08:43 AM
Undefined model - by El Forum - 03-22-2012, 08:46 AM
Undefined model - by El Forum - 03-22-2012, 08:53 AM



Theme © iAndrew 2016 - Forum software by © MyBB