Details
-
Type:
Improvement
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.9.5
-
Fix Version/s: 1.10.0
-
Component/s: Zend_Config_Writer
-
Labels:None
Description
The INI, XML and Php Config Writers duplicate much code which can be refactored into a Zend_Config_Writer_FileAbstract.
Implemented a Zend_Config_Writer_FileAbstract class that drains up all the duplicated code from all the three file writers.