1
0
mirror of synced 2024-12-13 22:56:04 +03:00
doctrine2/manual/docs/Basic Components - Collection - Loading related records.php

4 lines
244 B
PHP
Raw Normal View History

2006-07-27 22:25:18 +04:00
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.