Esempio n. 1
0
 public function __construct()
 {
     self::$params = json_decode(file_get_contents(dir::backend('lib' . DIRECTORY_SEPARATOR . 'config.json')), true);
     self::setDebug(self::get('debug'));
 }