index.html.php 78 B

1234567
  1. <?php
  2. foreach($user->myFriends() as $friend) {
  3. echo $friend->username;
  4. }
  5. ?>