예제 #1
0
파일: Bootstrap.php 프로젝트: cundd/noshi
 function __construct($basePath)
 {
     if (substr($basePath, -1) !== DIRECTORY_SEPARATOR) {
         $basePath .= DIRECTORY_SEPARATOR;
     }
     ConfigurationManager::initializeConfiguration($basePath);
     Profiler::start();
 }