Hey,
I’ve wanted to download HMVC, but in the “downloads” it says there is nothing to download. do I have to open everything in source and just copy paste the code ? :O
That confused me a bit when I first found this as well… On the ‘Downloads’ page, then select the ‘Branches’ tab and you’ll see links on the right hand side.
Alter the MY_Loader.php file and add a modified view method.
Check after the modules::find() method that $this->_module value is valid and that the $path value is false. This will indicate that the view does not exist in the module.
Ok cool, thanks.. I’ll try that when I get home tonight and see what I can do, not actually sure if what I’m trying to do will actually work anyway, but there’s only one way to find out.
I think I’ll base it on an optional extra parameter so I don’t end up breaking something else in the process.
