I have quite a big application which at present uses Matchbox 0.9.3. I’ve had problems trying to update it to the last version of Matchbox, so decide to try Modular Separation. I was surprised by just removing Matchbox and dropping Modular Separation into my library folder that everything worked, except for one problem I found.
I have separated my views into subfolder for organisational reasons, and everything worked fine. However with Modular Separation I find that if I have a view subfolder with the same name as the Module, it is not able to load these files. A quick change of name for the view subfolder and everything works, however I have hundreds of these across my whole application.
eg.
I have a module called Documents, then in my Views folder I have a subfolder called documents. Modular Separation is not able (and throws no errors) to load files from this subfolder. If I rename my subfolder as document (no s), everything works fine.
I running CI 1.7.2 and php 5.3, with MS 1.11.
I would also like to know if it’s possible to move the modules folder from the Application folder to my application root folder.
thanks