0
votes

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 some pages through this, but now I want to change database name ,How to not to change to multiple databases and just using one database ?

1

1 Answers

3
votes

Are you changing your dbname in [production] , [staging : production] , [testing : production] , [development : production] ?