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

javascript - How to synchronize the Three.js and HTML/SVG coordinate systems (especially w.r.t. the y-axis)? -

javascript - How do I find how many occurences are there of a highlighted string, and which occurence is it? -

java - Reading data from multiple zip files and combining them to one -