Manipulating Configuration Data with Zend_Config
Note: This article was originally published at Zend Developer Zone
on 28 September 2010.
When building a Web application, you'll often find it necessary to save and retrieve user-defined configuration values. Rather than rolling your own code, consider using Zend_Config, which offers a complete API to read and write configuration data in INI, XML and PHP array formats. In this article, I'll give you a crash course in how Zend_Config works, and show you how you can integrate it into a PHP application.


