Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Tom Jowitt's Blog:
Streamlined PHP Development - Part III
Aug 10, 2011 @ 16:09:04

Tom Jowitt has posted his third part in his "streamlined PHP development" series today focusing on working with databases and setting it up with your automated deployment system (parts one and two).

In the first two parts of this series we covered setting up the server and an introduction to Phing. This post will cover managing our database code with dbdeploy and Phing.

He points out that there's no "silver bullet" when it comes to automated database management but he's found dbdeploy as a good tool for his needs. He includes the configuration changes to get the database login information into Phing and a few new targets/tasks to add to the Phing configuration for initializing the database and applying patches.

tagged: development tutorial install configure environment phing dbdeploy initialize update

Link:


Trending Topics: