Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8472175
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T16:59:20+00:00 2026-06-10T16:59:20+00:00

I’ve live project experience with CodeIgniter and Cake PHP. However now I need to

  • 0

I’ve live project experience with CodeIgniter and Cake PHP. However now I need to work on a huge project for which both are unsuitable. I’m nearly decided to go with symfony 1.4 (2.0 isn’t an option, according to my client’s requirements).

In Symfony 1.4 too, I’m confused between ORM choice: Doctrine or Propel? I went through few links. Best found so far is
PHP ORMs: Doctrine vs. Propel.

However all those comparisons seem a minimum of two years old and definitely the world would have changed a lot since than. I do not have any issue with coding style; I’m fine with all Active Record, Criteria, DQL or whatever. For me, performance is most important than coding style comes at last. I’m mainly concerned about performance while dealing lot of data, probably millions of rows from multiple tables under clustered database. Unfortunately right now my experience is not sufficient to take independent decision on that matter.

Can anyone please shed some light on performance of Propel/Doctrine under Symfony 1.4? Other than performance, is there any other notable factor (except coding style) which one should take care while choosing PHP ORM?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T16:59:22+00:00Added an answer on June 10, 2026 at 4:59 pm

    tl;dr: I used Doctrine for a long time and I will choose Propel if I have to start something new.

    This is such a common question that has nearly no good answer. But I will just give you my point of view.

    I’ve worked with Doctrine since the first alpha (and with the old symfony 0.63). We choose Doctrine instead of Propel because Doctrine supported PDO (which is native to PHP) and Propel was still running on Creole (which isn’t native). Creole was very slow in comparison to PDO (of course).

    Recently, Doctrine added lost of a magic. I mean, you could call getField, findOneByField for everything and it would return what you want. It was something really great instead of having to build your own getter and setter. Magic was really trendy at this time.

    Writing query using Doctrine was really easy instead of the painful Criteria and Criterion from Propel, which was really verbose. I was really fan of Doctrine and recommended to everyone to start using it instead of Propel.

    Then, Propel switch to PDO as of 1.3 and started to have a nice API to write query, almost the same approach as Doctrine. The main difference was that Propel generate all magic things while Doctrine build on the fly. That’s the biggest difference I think.

    Propel doesn’t have any magic in this code. It generates all getter/setter, join, etc .. when you build your model. Doctrine does every thing when it run the query. That’s okay for small to medium project, but it starts to be bigger, it will become a slow solution. And it’s great for debugging too, because you find the code in generated classes, you don’t have to jump from classes to classes to find the global method that handle this case.

    Both ORM use behaviors. I love behaviors. They are handled in different way in Doctrine and Propel. Doctrine still use its magic to handle them where Propel generates everything from the behavior inside the class (one more point from generated class instead of magic one).

    As of now, nothing has really changed in Doctrine (to give a shot from the thread you mention) because of Doctrine 2 (which isn’t native at all for sf 1.4) since the 1.2.x branch is almost dead (last release are 24/08/2010). Propel is still active, well really active, as you can see on github.

    I still work with Doctrine but I’ve learn a lot from Propel since few years. I’ve build some personal projects on Doctrine. As of today, I changed my mind, and if I have to start a new project I will do it using Propel.

    Few links:

    • Should I choose Doctrine 2 or Propel 1.5/1.6, and why? (on programmers.se)
    • The POV from the Propel lead dev on this choice (in favor to Propel, of course)
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
this is what i have right now Drawing an RSS feed into the php,
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I want to count how many characters a certain string has in PHP, but
I would like to count the length of a string with PHP. The string
I am trying to understand how to use SyndicationItem to display feed which is
I used javascript for loading a picture on my website depending on which small
I have a jquery bug and I've been looking for hours now, I can't
I'm using v2.0 of ClassTextile.php, with the following call: $testimonial_text = $textile->TextileRestricted($_POST['testimonial']); ... and
In my XML file chapters tag has more chapter tag.i need to display chapters

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.