嗨,大家好。
在这里,我有一个非常简单的问题。
算我一个
modules/guestbook/admin.php
我想从不同的模块加载模型
modules/admin/models/
这种方法:
$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/
有人可以向 Josh Yudell 建议如何使用 HMCV 做到这一点。我尝试使用
Modules::find,Modules::load Modules::load_file, bt there is no result with it.
提前致谢。乔什·尤德尔