
|
If you were logged in you would be able to see more operations.
|
Google issue summary
|
|
|
The INI, XML and Php Config Writers duplicate much code which can be refactored into a Zend_Config_Writer_FileAbstract.
|
|
Description
|
The INI, XML and Php Config Writers duplicate much code which can be refactored into a Zend_Config_Writer_FileAbstract. |
Show » |
Sort Order:
|
Implemented a Zend_Config_Writer_FileAbstract class that drains up all the duplicated code from all the three file writers.