Re: [fw-general] the resources.modules[] entry

2009-09-10 Thread andeeh
keith Pope-4 wrote: > > I always use prefixDefaultModule = true so that everything is nicely > namespaced and I get no clashes in the future, also I put everything > within the modules directory apart from a few global helpers etc,. > I just did too. Thanks for your help. Looks good. Much clea

Re: [fw-general] the resources.modules[] entry

2009-09-10 Thread keith Pope
2009/9/10 andeeh : > > > keith Pope-4 wrote: >> >> You need to specify the default module: >> >> resources.frontcontroller.moduledirectory = APPLICATION_PATH"/modules" >> resources.frontcontroller.defaultmodule = "myModule" >> resources.frontcontroller.params.prefixDefaultModule = true >> > > Thank

Re: [fw-general] the resources.modules[] entry

2009-09-10 Thread andeeh
keith Pope-4 wrote: > > You need to specify the default module: > > resources.frontcontroller.moduledirectory = APPLICATION_PATH"/modules" > resources.frontcontroller.defaultmodule = "myModule" > resources.frontcontroller.params.prefixDefaultModule = true > Thanks for your speedy reply. So d

Re: [fw-general] the resources.modules[] entry

2009-09-10 Thread keith Pope
You need to specify the default module: resources.frontcontroller.moduledirectory = APPLICATION_PATH"/modules" resources.frontcontroller.defaultmodule = "myModule" resources.frontcontroller.params.prefixDefaultModule = true 2009/9/10 andeeh : > > Hi All. > > I've configured my default project to

[fw-general] the resources.modules[] entry

2009-09-10 Thread andeeh
Hi All. I've configured my default project to incorporate modules. I have a module called admin. The default module is just in the regular application folder (is not a folder called "default" under modules folder I think that's ok). There a line in my config: resources.modules[] = "" ...which