[eluser]fatnic[/eluser]
Hi.
Dows anyone know if the ME HMVC library supports views in sub-folders?
I have a structure like this
Code:
\modules
\test
\controllers
- test.php
- test2.php
\views
- index.php
\test2
- index.php
I'm trying to load up test2 index view with
Code:
$this->load->view('test2/index);
However the module seems to be ignored and it's looking in the default view folder. Is there a workround?