index.php
Initializing and routing
Tags
Table of Contents
Constants
- DIR_APP = \DIR_CORE . 'app/'
- DIR_CORE = \DIR_ROOT . 'phpxform/'
- DIR_ROOT = __DIR__ . '/'
- DIR_TEMP = \DIR_CORE . 'temp/'
- TEST = \true
Constants
DIR_APP
public
string
DIR_APP
= \DIR_CORE . 'app/'
Directory for application files
DIR_CORE
public
string
DIR_CORE
= \DIR_ROOT . 'phpxform/'
Core directory
DIR_ROOT
public
string
DIR_ROOT
= __DIR__ . '/'
Root directory
DIR_TEMP
public
string
DIR_TEMP
= \DIR_CORE . 'temp/'
Directory for temporary files
TEST
public
bool
TEST
= \true
Security constraint