Answer the question
In order to leave comments, you need to log in
Creating a query against multiple tables in doctrine?
How to query multiple tables in doctrine like
SELECT t2.* FROM `table1` AS t1, `table2` AS t2, `table_links` AS t3 WHERE t1.id='".$id."' AND t1.id=t3 .link1 AND t2.id=t3.link2
?
Everywhere only examples with JOIN but here it does not fit.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question