ZF-8144: Add support for categories in Zend_Feed_Reader
Description
A getCategories method on Zend_Feed_Reader_FeedInterface and Zend_Feed_Reader_EntryInterface would be very useful. A cursory glance shows that both Atom and RSS support categories.
A getCategories method on Zend_Feed_Reader_FeedInterface and Zend_Feed_Reader_EntryInterface would be very useful. A cursory glance shows that both Atom and RSS support categories.
Comments
Posted by Pádraic Brady (padraic) on 2009-11-21T09:21:07.000+0000
Support for both Feed and Entry level categories (via getCategories()) added to trunk. Will be formally released in 1.10 since it's new to the API.
Someone owes me a beer ;).