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

Robert Eisele's Blog: Face detection with PHP

Johannes Schluter's Blog: Searching through archive files

DevShed: Completing an Extensible Website Engine with PHP 5

IBM developerWorks: Java and PHP technology on AIX - Integrate the Java business application w/ DB2

NETTUTS.com: Learning OOP in PHP ASAP!


Community Events











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


language introduction code community tool development interview application phpunit testing release functional opinion example framework unittest series zendframework2 podcast object

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