HMVC |
[eluser]Tim Brownlaw[/eluser]
[quote author="[email protected]" date="1406115599"]i try this $this->load->model(‘mdl_users’); is not working[/quote] That will work if you have that file, mdl_users.php, in application/models/mdl_users.php. Is the class in that file written as ... class Mdl_users ...... and the filename in all lower case? Also where does mdl_users.php actually live? |
Messages In This Thread |
HMVC - by El Forum - 07-23-2014, 12:15 AM
HMVC - by El Forum - 07-23-2014, 12:47 AM
HMVC - by El Forum - 07-23-2014, 04:39 AM
HMVC - by El Forum - 07-23-2014, 05:02 AM
HMVC - by El Forum - 07-23-2014, 05:43 AM
HMVC - by El Forum - 07-24-2014, 12:26 AM
HMVC - by El Forum - 07-24-2014, 04:57 AM
HMVC - by El Forum - 07-28-2014, 01:22 AM
|