Hi, I am using both in one of my project, but can't think of any special setting up both, because it's straightforward and easy. Normally you use Propel first, then set up Doctrine. I set it up with the help of sfDoctrine wiki. There will be two database connections in databases.yml, one for Propel and the other for Doctrine. Their configuration, schema and model files are placed separately. Also for the model generation task. Of course you can't use the same class name for the same model, I have to prefix them in Doctrine. And of course you can't write $doctrineUser->Group[0] = $propelGroup without adding underlying magic.
Tamcy On Aug 13, 11:44 pm, Matthias Nothhaft <[EMAIL PROTECTED]> wrote: > Hi list, > > some time ago I read somewhere that it is possible to use Propel and > Doctrine at the same time. Unfortunately I cannot find it anymore.. > > Anyone here who can give an example how to set it up and what to care for? > > I suppose it is not possible to reference things between Doctrine and > Propel!? > > Regards, > Matthias --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-users@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---