[fw-general] Re: zf2 Modules - Application is comparable to the old default ?

2012-10-01 Thread whisher
Thanks a lot buddies for the feedback. So you have to set a module at least with all the stuff there is in Application don't you ? The project should know how to manage i118n (language folder) error (404) layout -- View this message in context: http://zend-framework-community.634137.n4.nabble.

[fw-general] Re: zf2 Modules - Application is comparable to the old default ?

2012-10-01 Thread luk
whisher wrote > Hi all, > I'm just taking my first steps with zf2 and modules > so I'm wondering Is it required a module Application like in the > getting started tutorial ? > I set up my first project from scratch and I got > Uncaught exception 'Zend\View\Exception\RuntimeException' with message

[fw-general] Re: zf2 Modules - Application is comparable to the old default ?

2012-10-01 Thread Marco Pivetta
Hi there! Please don't think of modules in ZF2 as modules in ZF1. There is no 1:1 mapping between paths and modules in ZF2. ZF2 modules are "plug-in functionalities" which can be enabled or disabled. I personally use the Application Skeleton as a default module which I override. It is not necessar