ZF-8234: Refactor Zend_Config_Writer
Description
The INI, XML and Php Config Writers duplicate much code which can be refactored into a Zend_Config_Writer_FileAbstract.
The INI, XML and Php Config Writers duplicate much code which can be refactored into a Zend_Config_Writer_FileAbstract.
Comments
Posted by Benjamin Eberlei (beberlei) on 2009-11-05T10:48:14.000+0000
Implemented a Zend_Config_Writer_FileAbstract class that drains up all the duplicated code from all the three file writers.