mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-03 16:51:40 +09:00
Preload all classes that are referenced in autoload.php
This commit is contained in:
parent
a07307d343
commit
9cb1e3e3fc
1 changed files with 6 additions and 0 deletions
|
|
@ -162,7 +162,13 @@ require_once RX_BASEDIR . 'vendor/autoload.php';
|
|||
/**
|
||||
* Load essential classes.
|
||||
*/
|
||||
require_once RX_BASEDIR . 'classes/context/Context.class.php';
|
||||
require_once RX_BASEDIR . 'classes/object/Object.class.php';
|
||||
require_once RX_BASEDIR . 'common/framework/cache.php';
|
||||
require_once RX_BASEDIR . 'common/framework/config.php';
|
||||
require_once RX_BASEDIR . 'common/framework/datetime.php';
|
||||
require_once RX_BASEDIR . 'common/framework/debug.php';
|
||||
require_once RX_BASEDIR . 'common/framework/lang.php';
|
||||
|
||||
/**
|
||||
* Load user configuration.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue