I want to use The Modular Extensions HMVC in my Project like this:
modules module01 models models01.php contr
$this->load->model("module01/models01");
You can call any models from any module like this. Tested.