News Feed
Jobs Feed
Sections




News Archive
Stefan Koopmanschap:
Data migration with Doctrine2
July 25, 2012 @ 08:18:32

In this latest post to his site Stefan Koopmanschap shares a solution he's found to migrating data with Doctrine2 from an existing structure.

A project that I'm working on right now required me to migrate data from the existing database to the new database and database structure. Since the application is built on top of Symfony2, I decided to write a Command that would take care of the migration. I ran into an issue though: Doctrine2 insisted on creating new IDs where I wanted to keep the old one. The solution turned out to be really simple.

The actual code for the Command is only a few lines long - it just turns off the "AUTO" strategy for each of your entities, making it ignore any IDs you have set on the entity already.

0 comments voice your opinion now!
data migration doctrine2 strategy auto tutorial


blog comments powered by Disqus

Similar Posts

DevShed: Setting Up a Web-Based File Manager: bfExplorer

Alexander Netkachev's Blog: A little bit more about Zend_Controller plugins

Stefan Mischook's Blog: A Quick Look at Dreamweaver CS4 and the PHP Toolset

Brian Nelson's Blog: Writing A Reverse Proxy in PHP5

Developer Drive: Creating a PHP User Survey: Writing to Database Tables


Community Events











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


interview database podcast community functional api framework composer introduction zendframework2 example language testing phpunit opinion release code development unittest series

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