|
|
|
Indeed, I left the approach you mention above to be considered as a separate issue, since the two approaches need not be mutually exclusive.
The factory approach remains here I'll have some patches ready soon to help resolve this one; I want to coordinate with you on the development and nail down issues with respect to the next release. |
||||||||||||||||||||||||||||||||||||||||||||||||||
I would have thought that a syntax more like Zend_Db would be preferred for consistency?
i.e.
$config = Zend_Config::factory('ini', array('filename'=>'/path/to/config.ini', 'section'=>'staging'));would be more in line with Zend_Db's system.