File that stores all ITS mobile API configuration. More...
Variables | |
$TERM = 'Fall_2013' | |
Current semester in format 'Fall_xxxx' or 'Spring_xxxx'. | |
$CHAPTER_NUM = 3 | |
Default user chapter number upon login. | |
$DB_DSN = 'localhost' | |
Database data source name. | |
$DB_NAME = 'its' | |
MYSQL database name. | |
$DB_USER = 'root' | |
MYSQL username. | |
$DB_PASS = 'csip' | |
MYSQL password. | |
$TB_NAME = 'questions' | |
MYSQL table name of where the question info are stored. | |
$TB_USER = 'stats_' | |
Prefix of individual user tables. | |
File that stores all ITS mobile API configuration.
This file stores global variables to provide easier maintenence of the API.