コード例 #1
0
ファイル: Bootstrap.php プロジェクト: cundd/noshi
 function __construct($basePath)
 {
     if (substr($basePath, -1) !== DIRECTORY_SEPARATOR) {
         $basePath .= DIRECTORY_SEPARATOR;
     }
     ConfigurationManager::initializeConfiguration($basePath);
     Profiler::start();
 }