News Feed
Jobs Feed
Sections




News Archive
Chris Hartjes' Blog:
Smarter DB Migrations using Zend Framework and Doctrine 1.2
January 20, 2011 @ 10:11:39

Chris Hartjes, after finally figuring out an issue with database migrations with Doctrine on a Zend Framework application, has posted about the process to his blog today. As he notes:

This posting is a lesson on the value of actually looking at the source code of a third-party library when you are trying to figure something out...

His problem wasn't with the features of Doctrine and how easy it made to automate things in his environments (continuous integration). His issue was that Doctrine wanted to run all of the migrations every time it was executed. Upon closer inspection, he found the key - a migration_version table in his database that held current migration information. He includes a simple Zend Framework-based script he's now using get the latest value from that table and execute only the migrations after that. The migrations are executed in order - he recommends using a timestamp or formatted date on the filename to set the order.

0 comments voice your opinion now!
zendframework migration doctrine tutorial version


blog comments powered by Disqus

Similar Posts

PHPFreaks.com: PHP Loops

Zend Developer Zone: Do you queue? Introduction to the Zend Server Job Queue

Riff Blog: Multiple entries with Zend_Config_XML

ProDevTips.com: Ajax, ZF and Smarty feed reader: part 3

Carson McDonald's Blog: Google OAuth for Installed Apps PHP Example


Community Events











Don't see your event here?
Let us know!


zendframework2 usergroup conference database series interview introduction phpunit podcast development language unittest functional rest framework release opinion symfony2 testing community

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework