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

(06-14-2017, 02:54 AM)InsiteFX Wrote: I suggest that you open ./system/core/Codeigniter.php and see how things are loaded.

I have auto-loaded it correctly, there is no issue with auto-loading.

/*
| -------------------------------------------------------------------
|  Auto-load Models
| -------------------------------------------------------------------
| Prototype:
|
| $autoload['model'] = array('first_model', 'second_model');
|
| You can also supply an alternative model name to be assigned
| in the controller:
|
| $autoload['model'] = array('first_model' => 'first');
*/
$autoload['model'] = array('Helper_model'=>'lib','login_model'=>'login');
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