You have to configure frontController to use different directories. There are number of methods to do this task, e.g. setControllerDirectory, getModuleDirectoryName, setModuleControllerDirectoryName and so on.
Then you have to configure paths in: Zend_View, Zend_Layout and ViewRenderer, e.g. setViewScriptPath, setViewScriptPathSpec Next the same with helper paths, module autoloader and so on. -- regards takeshin -- View this message in context: http://n4.nabble.com/sub-module-directory-structure-tp1571759p1571813.html Sent from the Zend Framework mailing list archive at Nabble.com.
