Querying data with Doctrine ORM
Doctrine
Show in appBeschreibung
Querying for data with Doctrine ORM.
Ziele
I know
- what a repository is
- when to use plain DQL or the query builder
- what the difference between eager and lazy loading is
I can
- query for entities using simple conditions
- query for a single field of an entity
- retrieve objects through plain DQL or the query builder
Maintainer
Grégoire Paris
Doctrine