Вы используете устаревший браузер. Этот и другие сайты могут отображаться в нём некорректно. Вам необходимо обновить браузер или попробовать использовать другой.
You already know how to query with SQL, so learning how to do complex queries with Doctrine should not be a pain! In this tutorial, we'll learn about:
the language Doctrine speaks (DQL)
the QueryBuilder object
JOINs! And using them to reduce queries
SELECTing specific fields instead of entire...