bootstrap.php
Application bootstrap: fixed paths, class autoloading and configuration.
Every entry point (public/index.php, private/cli/*, the test suite)
requires this file; config.php holds the operator-editable settings.
Table of Contents
Constants
- PRIVATE_DIR : mixed = __DIR__ . '/'
- Application bootstrap: fixed paths, class autoloading and configuration.
Constants
PRIVATE_DIR
Application bootstrap: fixed paths, class autoloading and configuration.
public
mixed
PRIVATE_DIR
= __DIR__ . '/'
Every entry point (public/index.php, private/cli/*, the test suite)
requires this file; config.php holds the operator-editable settings.