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.

Functions

stopwatch( ) : n/a

Return value

Type Description
n/a n/a

Constants

  APPCONFIG = 'plaConfig'




  LIBDIR = '../lib/'




  E_STRICT = 2048




  CSSDIR = sprintf('css/%s', $app['theme'])




  IMGDIR = sprintf('images/%s', $app['theme'])




  DEBUG_ENABLED = 0




Documentation was generated by phpDocumentor 2.1.0 .

Namespaces

  • global

    Packages