CodeIgniter Forums
HMVC - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: HMVC (/showthread.php?tid=60893)



HMVC - El Forum - 07-23-2014

[eluser][email protected][/eluser]
Hi

I also try this one $this->load->model(‘mdl_users’); is not working


HMVC - El Forum - 07-23-2014

[eluser]Tim Brownlaw[/eluser]
Can you please stop creating new entries for the same topic!

Open this one and reply in it...
http://ellislab.com/forums/viewthread/245996
And / Or this one...
http://ellislab.com/forums/viewthread/245970





HMVC - El Forum - 07-23-2014

[eluser][email protected][/eluser]
As i mentioned i earlier in the forum that i used HMVC which goes under the following trees which starts with following Hierarchical structure

-Application
- Modules
-users
-controllers
-users.php
-models
-mdl_users.php







HMVC - El Forum - 07-23-2014

[eluser][email protected][/eluser]
It goes like that application/Modules/users/models/mdl_users.php.