Campustream 1.0
A social network MQP for WPI
Messaging_Controller Class Reference
Inheritance diagram for Messaging_Controller:
Controller

Public Member Functions

 index ()

Data Fields

 $enable_session = true
 $template = 'template/main'

Detailed Description

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.


Member Function Documentation

index ( )

Shows the message page index.

Definition at line 17 of file messaging.php.


Field Documentation

$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.


The documentation for this class was generated from the following file: