예제 #1
0
파일: Core.php 프로젝트: parweb/corephp
 /**
  * Boot framework
  */
 public static function boot()
 {
     Config::parseApplicationFiles();
     self::loadVendorPlugins();
     self::loadBootFiles();
 }