Example #1
0
 public static function load()
 {
     $filename = CONFIG . '/app.json';
     $props = json_decode(@file_get_contents($filename));
     self::$props = (array) $props;
 }