I'm trying to set up an application with a modular structure
directory structure:
-application
- config
-modules
- default
-controllers
- Default_ErrorController.php
- admin
And in my application.ini
resources.frontController.defaultModule = "default"
resources.frontController.prefixDefaultModule = true
resources.frontController.moduleDirectory = APPLICATION_PATH "/modules"
resources.frontController.moduleControllerDirectoryName = "controllers"
But I get a fatal error:
Fatal error: Uncaught exception 'Zend_Controller_Dispatcher_Exception' with
message 'Invalid controller specified (error)' in
......\library\Zend\Controller\Dispatcher\Standard.php:242
What is the right way to set up such a structure?
Regards,
Derk
--
View this message in context:
http://n4.nabble.com/Setup-of-a-modular-structure-tp965985p965985.html
Sent from the Zend Framework mailing list archive at Nabble.com.