| File Purpose: | File Depedencies |
| Displays the main login page for TU::Chem inventory system | config.inc.php |
| External Function call | Location of Definiton |
| cfg::get_tagline() | config.inc.php |
| cfg::getWebDB() | config.inc.php |
| cfg::format_date() | config.inc.php |
| DB::getToday() | include/db/db_mysql.php |
| $db->query()[DB::query()] | include/db/db_mysql.php |
| DB::fetch_assoc() | include/db/db_mysql.php |
| date() | PHP Built-In Function |
| External Variable Name | Purpose |
| cfg::$app_title | Title of the TU::Chem application |
| $_GET['logout'] | For testing if we are coming to this page because we logged out of the TU::Chem system |
| Internal Function call | Purpose |
| n/a | n/a |
| Class Name | Purpose |
| n/a | n/a |
| Local Variables | Purpose |
| $db | Our mySQL database object returned by cfg::getWebDB() |
| $now | Current date appopriate for database used (mySQL) |
| $stmt | Result from SQL query |
| $arr | Looping variable for processing of $stmt result |
| Comments |
|