PHP ORMs: Doctrine vs. Propel

前端 未结 10 2171
日久生厌
日久生厌 2020-12-02 05:57

I\'m starting a new project with symfony which is readily integrated with Doctrine and Propel, but I of course need to make a choice.... I was wondering if more experienced

10条回答
  •  执笔经年
    2020-12-02 06:25

    I'm not a user of PHP 5 non-framework ORM, but here's some good comparison posts (in case you haven't seen them yet):

    http://codeutopia.net/blog/2009/05/16/doctrine-vs-propel-2009-update/

    http://trac.symfony-project.org/wiki/ComparingPropelAndDoctrine

    Both conlusion favorite towards Doctrine as a newer generation of ORM for Symfony.

提交回复
热议问题