In ZF1 I used to have a different modules for different parts of my application: default module, a member module with all the controllers/views accessible at logon, an admin module with code accessible to admins, etc. I was wondering if I have to keep the same structure in ZF2, as the idea behind module changed ?
As I understood, modules in ZF2 allows me just like ZF1 to group controllers/views of a specific part of my application (members, admin, ...) but also to make reusable code among all the code. So to my understanding it has two roles. Did I understood right ? -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/ZF2-and-modules-tp4658364.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
