Welcome Guest, Not a member yet? Register   Sign In
Model Access
#5

If the page is loading without any problems you should be able to access it via

PHP Code:
// Your helper model
$this->lib->some_method();

// Your login model
$this->login->some_method(); 

Show us the code of your Admin Controller.
Does it have it's own constructor? Are you extending from a MY_Controller?
Reply


Messages In This Thread
Model Access - by nilam.dhok - 06-13-2017, 11:52 PM
RE: Model Access - by InsiteFX - 06-14-2017, 02:54 AM
RE: Model Access - by nilam.dhok - 06-14-2017, 03:07 AM
RE: Model Access - by nilam.dhok - 06-14-2017, 06:53 AM
RE: Model Access - by Martin7483 - 06-15-2017, 03:27 AM
RE: Model Access - by nilam.dhok - 06-19-2017, 04:06 AM



Theme © iAndrew 2016 - Forum software by © MyBB