templates/3rdParty/pla/lib/common.php
Properties
Description
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.