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