예제 #1
0
파일: Wow.php 프로젝트: dudusouza/wowadmin
 /**
  * Inicia a configuração do Systema
  */
 public static function configure()
 {
     include_once __DIR__ . '/wow/Loader.php';
     wow\Loader::load();
     self::definePathConstants();
     self::$slimObj = new Slim\App();
     unset(self::$slimObj->getContainer()['errorHandler']);
     include_once wow\Storange::getPathFile(\wow\Config::get('path')->configfile);
     self::connectDb();
 }