bootstrap.php
Tags
Table of Contents
Constants
- DEFAULT_PATH = '/'
- ERROR_DISPLAY_RAW = 1
- ERROR_IGNORE = 2
- ERROR_THROW_EXCEPTION = 0
- IS_CONSOLE = \PHP_SAPI === 'cli'
- IS_WEB = !\IS_CONSOLE
- THEMES_PATH = \ACCESS_PATH . \THEMES_FOLDER
Functions
- storeBackTrace() : void
Constants
DEFAULT_PATH
public
mixed
DEFAULT_PATH
= '/'
ERROR_DISPLAY_RAW
public
mixed
ERROR_DISPLAY_RAW
= 1
ERROR_IGNORE
public
mixed
ERROR_IGNORE
= 2
ERROR_THROW_EXCEPTION
public
mixed
ERROR_THROW_EXCEPTION
= 0
IS_CONSOLE
public
mixed
IS_CONSOLE
= \PHP_SAPI === 'cli'
IS_WEB
public
mixed
IS_WEB
= !\IS_CONSOLE
THEMES_PATH
public
mixed
THEMES_PATH
= \ACCESS_PATH . \THEMES_FOLDER
Functions
storeBackTrace()
storeBackTrace() : void