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

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.