<?php include 'config.php'; include '../../A/autoload.php'; $config = new A_Config_Yaml('example1.yaml'); $config->loadFile(); dump($config);
info at phpclasses dot org