Welcome Guest, Not a member yet? Register   Sign In
why models are not loading in autoload
#2

You're a bit skimpy on details supporting your claim that models aren't autoloaded.

application/config/autoload.php ...
$autoload['model'] = array('customer');

tells CodeIgniter to look for the class "Customer" inside application/models/Customer.php

Note the UCfirst convention.
Reply


Messages In This Thread
RE: why models are not loading in autoload - by ciadmin - 12-13-2019, 01:54 PM



Theme © iAndrew 2016 - Forum software by © MyBB