ITS Mobile API  2
ITS API
 All Data Structures Files Functions Variables Pages
Variables
config_mobile.php File Reference

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.
 

Detailed Description

File that stores all ITS mobile API configuration.

Author
Ricky Liou (rliou.nosp@m.92@g.nosp@m.mail..nosp@m.com)
Date
February 20, 2014

This file stores global variables to provide easier maintenence of the API.

Todo:
Combine all variables into $GLOBAL array