LOADCONFIG
in package
LOADCONFIG
Load config variables from the database
Table of Contents
Methods
- __construct() : mixed
- LOADCONFIG
- checkDevice() : mixed
- Is the user on a mobile or desktop device? The value is stored in GLOBALS::userVars array as usingMobile TRUE|FALSE
- loadDBConfig() : mixed
- Load various arrays into global constants as well as initialize user variables in GLOBALS
- loadUserVars() : mixed
- Load user vars from users table and store them in GLOBALS::userVars array
- startSession() : mixed
- start the SESSION
Methods
__construct()
LOADCONFIG
public
__construct() : mixed
checkDevice()
Is the user on a mobile or desktop device? The value is stored in GLOBALS::userVars array as usingMobile TRUE|FALSE
public
checkDevice() : mixed
LkpPo(TODO), 2024-06-24, Temporary solution to which CSS media queries should be preferred
Tags
loadDBConfig()
Load various arrays into global constants as well as initialize user variables in GLOBALS
public
loadDBConfig() : mixed
loadUserVars()
Load user vars from users table and store them in GLOBALS::userVars array
public
loadUserVars() : mixed
startSession()
start the SESSION
public
startSession() : mixed