[30.03.2007 17:33] Matthew Ratzloff wrote:
A. Zend_Config parses an array of configuration data.  Zend_Config_Ini
parses Ini and Zend_Config_Xml parses XML, and both extend Zend_Config. Zend_Config_Loader handles file loading and auto-detection and will become
the primary method of loading more than one file.  And this is in a
subdirectory.

Zend_Config takes an already parsed configuration array. That's the difference. It' not parsing anything.

If you have a format that's not native PHP you'll use a "plug-in" to convert it. That's done by the extending classes. Seems logical to me.

nico

Reply via email to