single modules folder with sub modules
Notice: This thread is very old.
- simonjcarr
- Member | 28
The application I am writing uses modules, I can get the default module structure to work AdminModule, FrontModule etc, but I want to put my modules in a Module folder and then split the modules in to front end and back end modules.
-app
---Modules
------AdminModule
---------ReportingModule
---------SecurityModule
---------UsersModule
------FrontModule
---------ReportingModule
---------SettingsModule
---------UsersModule
How can I achieve this?