Bjorn Wijers wrote: > 1) Which ORM system should I use when I want to have a fully functional > system in production within the next three months?
Very much a personal preference. Personally, I've used both, and use doctrine. I advise you try both (as I know you are doing). sfDoctrinePlugin might currently be buggy (I actually don't know, I find writing the schema.yml a waste of time and write my own model classes, and I don't use the admin code generator stuff). Previous version of sfDoctrine have worked, you don't have to use the latest SVN head. sfDoctrine is here to stay, it will be stabalised. I don't know when, but it will happen. I also advise you ignore anyone who might reply to your post that hasnt' invested atleast a few days trying *both* solutions, as their opinion will likely be based on shallow experiences. Doctrine is the more advanced OR/M, and has a great manual to go with it. It has been unstable in the past, so many people here might comment on how unstable it's been - however, it's very usable these days. > 2) When using Propel now will there be a way to update to Doctrine in > the future when it has become more stable? Very unlikely, they use different concepts. Propel is focuses around a Criteria object for selecting, doctrine is not. -- Ian P. Christian ~ pookey.co.uk --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
