Example #1
0
 */
require_once FRAMEWORK . 'Paths.php';
require_once FRAMEWORK . 'Bootstrap.php';
/**
 * Require core internals that operate the application.
 */
require_once FRAMEWORK . 'utility' . DS . 'Inflector.php';
require_once FRAMEWORK . 'utility' . DS . 'Set.php';
require_once FRAMEWORK . 'core' . DS . 'Application.php';
require_once FRAMEWORK . 'core' . DS . 'Configuration.php';
require_once FRAMEWORK . 'core' . DS . 'Environment.php';
require_once FRAMEWORK . 'core' . DS . 'Prototype.php';
require_once FRAMEWORK . 'core' . DS . 'Registry.php';
require_once FRAMEWORK . 'router' . DS . 'Router.php';
require_once FRAMEWORK . 'log' . DS . 'Debugger.php';
require_once FRAMEWORK . 'log' . DS . 'Exception.php';
require_once FRAMEWORK . 'system' . DS . 'Dispatch.php';
require_once FRAMEWORK . 'system' . DS . 'Controller.php';
require_once FRAMEWORK . 'system' . DS . 'Hook.php';
/**
 * Require custom config and settings from the application.
 */
require_once CONFIG . 'Environments.php';
require_once CONFIG . 'Setup.php';
require_once CONFIG . 'Routes.php';
require_once CONFIG . 'Bootstrap.php';
/**
 * Initialize the application objects.
 */
\titon\core\App::initialize();