Zend_Config extension for YAML file
<?php
require_once 'Wads/Config/Yaml.php';
$yaml_file = '/path/to/file.yaml';
$config = new Wads_Config_Yaml($yaml_file);
echo $config['url'];
public function __construct($filename, $section = null, $allowModifications = false)
yaml file path
Section you want to retrieve
Whether to allow changes