From fda3b17b032b67e0ccfbaa3aa6ec6e4ee5a17f70 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Sat, 16 Jul 2011 00:50:36 -0400 Subject: Implemented mySQL based friending --- views/friends/index.html.php | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 views/friends/index.html.php (limited to 'views/friends/index.html.php') 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 @@ +myFriends() as $friend) { +echo $friend->username; +} + +?> \ No newline at end of file -- cgit v1.2.3