[Solved] Can OrmDesigner2 migrate from Propel to Doctrine2?

0 votes
asked Nov 26, 2013 in Solved by mtutty (150 points)
recategorized Dec 19, 2013 by Martin Freki Stradej

First off, very nice product. I'm very impressed with how easy it is to pull in my existing models, mapping files, everything.

In my case, we're migrating from Propel to Doctrine2, and have over 150 tables. It would be incredibly valuable to be able to:

  1. Import my Propel schema.xml file
  2. See the visual model (so sweet!)
  3. Export the model to a Doctrine2 yml
  4. Extra super bonus points for generating the entities with annotations!

1 Answer

0 votes
answered Dec 19, 2013 by Martin Freki Stradej Skipper developer (74,840 points)
selected Jul 30, 2014 by Martin Freki Stradej
 
Best answer

I'm sorry for the delayed answer on the support site, our notification system was broken.

As we discussed over email, its not possible to do this fully automatically. However, ORM Designer can be with little modification help you with most of the process. Check the main support article how to do this:

http://support.orm-designer.com/872/tip-porting-model-from-one-orm-framework-to-another

Martin

...