Dear list, I'm trying to set up ZF2 application using http://akrabat.com/zend-framework/updated-tutorial-for-zend-framework-2-beta-1/ Rob Allen's guide and http://packages.zendframework.com/docs/latest/manual/en/zend.mvc.quick-start.html Zend Mvc Quickstart , and, not without problems, I finally make the new module work.
I used the https://github.com/zendframework/ZendSkeletonApplication SkeletonApplication from git. I have the same question as the one http://zend-framework-community.634137.n4.nabble.com/ZF1-8-Switching-layouts-between-modules-td659665.html I did in the past when 1.8 comes : how to use different layouts for different modules? Rob Allen's guide says that a new module must be registered *before* the Application Module in order to preserve global configuration within the app. The Zend Mvc Guide registers the new module *after* the Application module ( 9.2.8. Tell the application about our module ). I noticed that the layout rendered for both modules is always the one of the last registered module. Thank you for your help! -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/ZF2-Switching-layouts-between-modules-tp4190088p4190088.html Sent from the Zend Framework mailing list archive at Nabble.com. -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
