cmarkovich Posted October 30, 2009 Report Share Posted October 30, 2009 Configuration for MySql database connection when using the Zend framework Quote Link to comment Share on other sites More sharing options...
cmarkovich Posted October 30, 2009 Author Report Share Posted October 30, 2009 Inside my application.ini file with my global settings, I provide the following lines to get my MySql database to connect: resources.db.adapter = PDO_MYSQL resources.db.params.host = localhost resources.db.params.username = [DATABASENAME]_[uSERNAME] resources.db.params.password = [PASSWORD] resources.db.params.dbname = [DATABASENAME]_[DATABASENAME] It's works great for me - hope that helps someone else out there! Cheers:D Quote Link to comment Share on other sites More sharing options...
Tony Posted October 30, 2009 Report Share Posted October 30, 2009 This tutorial also walks you through doing it properly: http://akrabat.com/zend-framework-tutorial/ Quote Link to comment Share on other sites More sharing options...
shormram73 Posted November 20, 2009 Report Share Posted November 20, 2009 teedoe Just so I get this right you would like to re-direct goto function for when someone is connected and another when not connected. Is that correct? Cheers Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.