NYIT Rideshare Code
Status: Pre-Alpha
Brought to you by:
calmor
| File | Date | Author | Commit |
|---|---|---|---|
| Docs | 2010-01-30 | calmor | [r1] |
| classes | 2011-03-05 | calmor | [r2] Major code change |
| images | 2011-03-05 | calmor | [r2] Major code change |
| includes | 2011-03-05 | calmor | [r2] Major code change |
| main | 2011-03-05 | calmor | [r4] Updated after removing files from SVN |
| themes | 2011-03-05 | calmor | [r2] Major code change |
| wap | 2010-01-30 | calmor | [r1] |
| README.txt | 2010-01-30 | calmor | [r1] |
| index.php | 2011-03-05 | calmor | [r2] Major code change |
Rideshare README *** MySQL database creation script is not written at this time. For now, import the db_export.sql file to create the proper structure and create fill in some data *** Global config variables are not yet implemented. This in future plans. Configuration is as follows: - includes/mysql_conn.php: MySQL login/pw/server/database information - includes/sessionStart.php: Custom session information if necessary - includes/commonFunctions.php: School ID restrictions, password character restrictions, etc. Code documentation via PhpDocumentor is in docs/PhpDocumentor