Пример #1
0
 /**
  * Loads all the files that the environment requires
  */
 public static function load_imports()
 {
     require_once PATH_TO_ROOT . '/kernel/framework/helper/deprecated_helper.inc.php';
     include_once PATH_TO_ROOT . '/kernel/framework/core/ClassLoader.class.php';
     ClassLoader::init_autoload();
     AppContext::init_bench();
 }