4 lines
244 B
PHP
4 lines
244 B
PHP
Doctrine provides means for effiently retrieving all related records for all record elements. That means
|
|
when you have for example a collection of users you can load all phonenumbers for all users by simple calling
|
|
the loadRelated() method.
|