php - change database name in Zend Framework -


i'm newbie on zend framework, i've declared database configure :
resources.db.params.host = 'localhost'
resources.db.params.username = 'root'
resources.db.params.password = ''
resources.db.params.dbname = 'zftutorial'

i created pages through this, want change database name ,how not change multiple databases , using 1 database ?

are changing dbname in [production] , [staging : production] , [testing : production] , [development : production] ?


Comments

Popular posts from this blog

python - mat is not a numerical tuple : openCV error -

c# - MSAA finds controls UI Automation doesn't -

wordpress - .htaccess: RewriteRule: bad flag delimiters -