Campustream 1.0
A social network MQP for WPI
|
Public Member Functions | |
index () | |
Data Fields | |
$enable_session = true | |
$template = 'template/main' |
Prototype for a built-in messaging system. Not fully implemented, but left here in case someone else wants to continue where we left off.
Messages are stored in Redis using sorted sets. The sets are sorted by the last message timestamp.
Definition at line 10 of file messaging.php.
index | ( | ) |
Shows the message page index.
Definition at line 17 of file messaging.php.
$enable_session = true |
Reimplemented from Controller.
Definition at line 11 of file messaging.php.
$template = 'template/main' |
Reimplemented from Controller.
Definition at line 12 of file messaging.php.