Mapping object relations - Dealing with relations - Retrieving related records.php 127 Bytes EditWeb IDE 1 2 3 4 5 6 7 <?php print $user->Email["address"]; print $user->Phonenumber[0]->phonenumber; print $user->Group[0]->get("name"); ?>