Ejemplo n.º 1
0
 function __construct($basePath)
 {
     if (substr($basePath, -1) !== DIRECTORY_SEPARATOR) {
         $basePath .= DIRECTORY_SEPARATOR;
     }
     ConfigurationManager::initializeConfiguration($basePath);
     Profiler::start();
 }