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
Post a Comment