Example #1
0
 public static function load()
 {
     $yaml = new Yaml();
     self::$config = $yaml->parse(file_get_contents("../app/config/config.yml"));
 }