APP_PATH
public
mixed
APP_PATH
=
trim($docRoot . $appPath, '/') . '/'
public
mixed
APP_PATH
=
trim($docRoot . $appPath, '/') . '/'
public
mixed
BASE_PATH
=
trim($basePath, '/') . '/'
public
mixed
DB_LOG
= alse
public
mixed
DEBUG
= 0
public
mixed
HOST
= str_replace('www.', '', $host)
public
mixed
HTTPS
= $scheme == 'https://'
public
mixed
ROOT_PATH
= $docRoot . '/'
public
mixed
TOKEN_AGE
= 3600
public
mixed
TOKEN_LIMIT
= 10
public
mixed
VENDOR_DIR
= $vendorDir
public
mixed
VERSION
= '6.0.0'
public
mixed
WEB_URL
= (HTTPS ? 'https://' : $scheme) . $host . $contextPrefix . str_replace($docRoot, '', ROOT_PATH)
Create a new instance of a class.
createClass(string $className[, mixed $param = null ]) : object|null
The class name
An instance of the class or null if the class doesn't exist
Shutdown function to output debug messages to the browser console.
doShutdown() : mixed
Output debug information to the browser console.
debug(mixed $expression) : mixed
Get the file path of a class based on its name.
getClassPath(string $className) : string
The class name
The file path of the class or an empty string if the class is not found