summaryrefslogtreecommitdiffstats
path: root/views/friends/index.html.php
blob: 41fbeb766facb2502ed489ec8240e0fc57f158bb (plain)
1
2
3
4
5
6
7
<?php

foreach($user->myFriends() as $friend) {
echo $friend->username; 
}

?>