Hi Everyone.
Here I have really very simple question.
I’m in
modules/guestbook/admin.php
and I want to load model from a different module
modules/admin/models/
This Method:
$this->load->model('someModel', 'someModel'); is not working bcz HMVC is looking only in the same module the controller is in or in application/models/
Could someone suggest to Josh Yudell that how can do that with HMCV. I tried using
Modules::find,Modules::load Modules::load_file, bt there is no result with it.
Thanks in advance. Josh Yudell