There's at least a couple of ways of handling this. Very briefly: 1) Use a front controller plugin to perform the specialized logic for the module in question
2) Create a custom layout resource plugin and add a module specific config to application.ini. sagittariidae wrote: > > Is it possible to have Zend Layout work only for a module whilst the main > application does not use Zend Layout? > > The problem I am facing is that an already existing application that uses > Zend Layout now needs to reside as a module in another application that > does not use Zend Layout and instead uses a Zend View/Smarty hybrid. > > If it is possible would I need to set it up in the main application config > (.ini) file or would i need to use a module specific config file? > > Any help would be much appreciated. > -- View this message in context: http://www.nabble.com/Using-Zend-Layout-for-module-not-main-application-tp25291667p25297598.html Sent from the Zend Framework mailing list archive at Nabble.com.
