I am new to symfony,I want to create a application using Symfony framework using propel as ORM(Model),But I don’t know to how to set Propel as a ORM instead of using Doctrine I just want to use propel alone.symfony has released new version with Doctrine as a defult ORM.So Please suggest how to change it to propel..Thanks in advance
Share
For Symfony 1.4, quoting the manual :
However if you want the last Propel version, I guess that you will have to install the Propel15Plugin (for details on how to install that plugin, see the Readme tab on the Symfony Propel15Plugin page).
For Symfony 2.0, this slideshow explains how to integrate Propel 1.5.