ZF-2892: Detach Zend_Feed from Zend_Loader
Description
All ZF components should be loosely coupled and be able to be used alone without other components if possible.
Zend_Feed_Builder_Header for example:
Zend_Loader::loadClass('Zend_Validate_EmailAddress');
A simple require_once would be faster and would decouple it from Zend_Loader.
There are a few other places in Zend_Feed where this should also be decoupled.
Zend_Feed (line 380) Zend_Feed_Builder_Header_Itunes (line 115) Zend_Feed_Builder_Header (lines 178, 249, 272)
Comments
Posted by Wil Sinclair (wil) on 2008-03-25T20:51:47.000+0000
Please categorize/fix as needed.
Posted by Matthew Weier O'Phinney (matthew) on 2008-04-22T11:19:56.000+0000
Assigning to Alex to evaluate and schedule.
Posted by Martin Hujer (mhujer) on 2008-08-06T16:44:37.000+0000
attaching a patch
Posted by Martin Hujer (mhujer) on 2008-08-06T16:55:58.000+0000
Sorry, this is the right patch.
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-01-31T03:44:35.000+0000
Solved in SVN r13891
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-02-02T17:54:01.000+0000
Sorry, not in 1.7.4. please wait.
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-02-16T20:09:59.000+0000
I ensure to be released in 1.7.5 .