Campustream 1.0
A social network MQP for WPI
|
Public Member Functions | |
show () | |
create () | |
destroy () | |
followers ($args) | |
follows ($args) | |
Data Fields | |
$enable_session = true | |
$template = 'template/main' |
Social graph methods. Shows connections in the social graph, as well as handles adding/deleting connections.
Definition at line 7 of file friendship.php.
create | ( | ) |
Definition at line 74 of file friendship.php.
destroy | ( | ) |
Definition at line 118 of file friendship.php.
followers | ( | $ | args | ) |
Definition at line 162 of file friendship.php.
follows | ( | $ | args | ) |
Definition at line 228 of file friendship.php.
show | ( | ) |
Shows the social relationship between two given users and shows their follow status with regards to each other.
Definition at line 15 of file friendship.php.
$enable_session = true |
Reimplemented from Controller.
Definition at line 8 of file friendship.php.
$template = 'template/main' |
Reimplemented from Controller.
Definition at line 9 of file friendship.php.