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

Public Member Functions

 index ($args)

Data Fields

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

Detailed Description

A simple stats system that tracks how many times each controller/method is executed, and which data type is requested (HTML, JSON, etc). Uses Redis for data storage.

Definition at line 7 of file stats.php.


Member Function Documentation

index ( args)

Definition at line 11 of file stats.php.


Field Documentation

$enable_session = true

Reimplemented from Controller.

Definition at line 9 of file stats.php.

$template = 'template/main'

Reimplemented from Controller.

Definition at line 8 of file stats.php.


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