API Documentation
Table of Contents
Namespaces
Constants
- DIR_APP = \DIR_CORE . 'app/'
- DIR_CORE = \DIR_ROOT . 'phpxform/'
- DIR_ROOT = __DIR__ . '/'
- DIR_TEMP = \DIR_CORE . 'temp/'
- TEST = \true
Functions
- __() : string
- Allows localization everywhere
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
Functions
__()
Allows localization everywhere
__(string $singular[, mixed $plural = null ][, mixed $number = null ]) : string
Parameters
- $singular : string
- $plural : mixed = null
- $number : mixed = null