-
Home > Archives for February, 2008
Monthly Archives: February 2008
Using YAML with the Zend Framework
Monday, February 18th, 2008
One of the many great components provided by the Zend Framework is Zend_Config. In a nutshell, this component allows you to access configuration data (from a file, array, etc) through a nested object property based interface. Out of the box, the component supports working with XML and INI files via the Zend_Config_Ini and Zend_Config_Xml Config [...]