Re: [symfony-users] Migrating Propel schema to Doctrine

2011-05-23 Thread Donald Tyler
You *can* use the yaml files in Symfony 2, but they'll need to be updated for Doctrine 2, which is now used. This page has information on using ORM in Symfony 2: http://symfony.com/doc/current/book/doctrine/orm.html One key thing that's different is that in Symfony 1, you would generate PHP clas

[symfony-users] Migrating Propel schema to Doctrine

2011-05-23 Thread Esdras Beleza
Hi folks, I'm studying Symfony 2 and porting a very old Symfony 1.0 project. My first step is trying to recognize the code can I reuse and the code I can't. I have an YAML file in Propel format that defines the entities and the database schema. Is there any way I could use it on Symfony 2, any to