[Flow] Query on OneToMany relation

Christian Müller christian.mueller at typo3.org
Sat Apr 26 19:53:36 CEST 2014


Hi Alexander,

> $query = $this->createQuery();
>          $result = $query->matching(
>                      $query->logicalAnd(
>                          $query->equals('attendees.member', $member),

> Is it even possible without using SQL syntax?


No, for this type of question you need to use a DQL query because you 
need to join the attendees and then query for member...
Cheers,
Christian


More information about the Flow mailing list