hi,

somehow my db resource is not registered automatically. I have declared the
db resource
in my INI file.

resources.db.adapter = "pdo_mysql"
resources.db.params.host = "localhost"
resources.db.params.username = "username"
resources.db.params.password = "password"
resources.db.params.dbname = "database_name"
resources.db.isDefaultTableAdapter = true

I need to call this to get it working:
$this->bootstrap('db');


Any clues? frontController, view, modules and session are registered
correctly.

br, Marko
-- 
View this message in context: 
http://www.nabble.com/Zend_Application-Db-resource-in-INI-tp22947324p22947324.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to