1
0
mirror of synced 2025-01-18 22:41:43 +03:00
doctrine2/manual/docs/Working with objects - Dealing with relations - Retrieving related records.php

3 lines
206 B
PHP
Raw Normal View History

2006-07-23 21:08:06 +00:00
You can retrieve related records by the very same Doctrine_Record methods you've already propably used for accessing record properties.
When accessing related record you just simply use the class names.