Procedural File: common.php
Source Location: /templates/3rdParty/pla/lib/common.php
Page Details:
Contains code to be executed at the top of each application page.
include this file at the top of every PHP file. This file will "pre-initialise" an application environment so that any PHP file will have a consistent environment with other application PHP files. This code WILL NOT check that all required functions are usable/readable, etc. This process has been moved to index.php (which really is only called once when a browser hits the application for the first time). The list of ADDITIONAL function files is now defined in functions.php.
Tags:
Includes:
APPCONFIG [line 29]
CSSDIR [line 169]
DEBUG_ENABLED [line 202]
E_STRICT [line 118]
IMGDIR [line 170]
LIBDIR [line 114]
stopwatch [line 86]
Timer stopwatch, used to instrument the application
|