diff options
Diffstat (limited to 'views/friends/index.html.php')
-rw-r--r-- | views/friends/index.html.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/views/friends/index.html.php b/views/friends/index.html.php new file mode 100644 index 0000000..41fbeb7 --- /dev/null +++ b/views/friends/index.html.php @@ -0,0 +1,7 @@ +<?php + +foreach($user->myFriends() as $friend) { +echo $friend->username; +} + +?>
\ No newline at end of file |