Quantcast
Channel: Retrieve related objects with Doctrine and Symfony - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by DuoSRX for Retrieve related objects with Doctrine and Symfony

$q = Doctrine_Query::create()->from('Report sr')->innerJoin('sr.Members m');That's it, quite simple :)

View Article



Retrieve related objects with Doctrine and Symfony

I searched for a long time, but I don't manage to retrieve two related object in one query. I am using Doctrine and Symfony (uses Doctrine by default).Here is a part of my schema.yml:Member: columns:...

View Article
Browsing all 2 articles
Browse latest View live




Latest Images