Hi, How is the build-in resource "Modules" activated in INI file?
I have already other resources working nicely: autoloadernamespaces.0 = "Zend_" autoloadernamespaces.1 = "My_" phpsettings.display_errors = 0 phpsettings.error_reporting = 8191 phpsettings.date.timezone = "Europe/Helsinki" bootstrap.path = APPLICATION_PATH"/Bootstrap.php" resources.frontcontroller.moduledirectory = APPLICATION_PATH"/modules" resources.frontcontroller.defaultmodule = "default" resources.frontcontroller.throwerrors = true resources.frontcontroller.params.prefixDefaultModule = false resources.frontcontroller.baseUrl = /apumatti resources.frontcontroller.env = APPLICATION_ENV resources.db.adapter = "pdo_mysql" resources.db.params.host = "localhost" resources.db.params.username = "username" resources.db.params.password = "password" resources.db.params.dbname = "my_database" resources.db.isDefaultTableAdapter = true br, Marko -- View this message in context: http://www.nabble.com/Zend_Application-modules-resource-in-INI-tp22925120p22925120.html Sent from the Zend Framework mailing list archive at Nabble.com.
