Using Raw SQL with Doctrine

后端 未结 6 1991
礼貌的吻别
礼貌的吻别 2020-12-02 10:39

I have some extremely complex queries that I need to use to generate a report in my application. I\'m using symfony as my framework and doctrine as my ORM.

My quest

6条回答
  •  無奈伤痛
    2020-12-02 11:07

    You can also use Doctrine_RawSql(); to create raw SQL queries which will hydrate to doctrine objects.

提交回复
热议问题