皆さんこんにちは。
ここで、非常に単純な質問があります。
私は入る
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.
前もって感謝します。ジョシュ・ユデル