Issue Details (XML | Word | Printable)

Key: ZF-8234
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Benjamin Eberlei
Reporter: Benjamin Eberlei
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Refactor Zend_Config_Writer

Created: 05/Nov/09 10:07 AM   Updated: 05/Nov/09 10:48 AM   Resolved: 05/Nov/09 10:48 AM
Component/s: Zend_Config_Writer
Affects Version/s: 1.9.5
Fix Version/s: 1.10.0

Time Tracking:
Not Specified


 Description  « Hide

The INI, XML and Php Config Writers duplicate much code which can be refactored into a Zend_Config_Writer_FileAbstract.



Benjamin Eberlei added a comment - 05/Nov/09 10:48 AM

Implemented a Zend_Config_Writer_FileAbstract class that drains up all the duplicated code from all the three file writers.