« Return to Thread: Question on modules settings
by Jeroen Keppens :: Rate this Message:
Reply to Author | View in Thread
Hi, I was wondering what's the status for making the modules actually modular from a settings point of view. Into documentation i am still seeing: http://framework.zend.com/manual/en/zend.application.available-resources.html So configuration of modules is still into application config file. news.resources.db.adapter = "pdo_mysql" news.resources.db.params.host = "localhost" news.resources.db.params.username = "webuser" news.resources.db.params.password = "XXXXXXX" news.resources.db.params.dbname = "news" news.resources.layout.layout = "news" -- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zftalk.com | www.zflinks.com
news.resources.db.adapter = "pdo_mysql" news.resources.db.params.host = "localhost" news.resources.db.params.username = "webuser" news.resources.db.params.password = "XXXXXXX" news.resources.db.params.dbname = "news" news.resources.layout.layout = "news"
-- Best regards, Cristian Bichis www.zftutorials.com | www.zfforums.com | www.zftalk.com | www.zflinks.com