I was making suggestions to a fellow ZF user the other day and I noticed Zend_Config has no YAML format parser. Are there any plans to introduce a YAML config format, or does this require a base YAML parser, such as a Zend_Yaml since PHP is currently without an extension for the format?
There are a few places I find the format useful. The one we were discussing was a more readable configuration file for dynamically constructing filter chains and rulesets. Esp. since XML is a bit bloated (yes, it's human editable but such configurations only have a little nesting and XML can come off as overkill when presenting it to a maintainer). I googled around a bit and the only reference was back months ago where someone posted a modification of the spyc library to the mailing list. Regards, Paddy Pádraic Brady http://blog.astrumfutura.com http://www.patternsforphp.com ____________________________________________________________________________________ It's here! Your new message! Get new email alerts with the free Yahoo! Toolbar. http://tools.search.yahoo.com/toolbar/features/mail/
