Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a Magento application running atop Zend framework. I like to generate Media RSS feed in Zend (In orded to feed the Cooliris application).

Does anyone know if Zend framework supports Media RSS feed?

(I didn't find anything in http://framework.zend.com/manual/1.10/en/zend.feed.html, but maybe I dint look in the right place?)

Tx,

Sty

share|improve this question
Tx. I will check it. – user303774 Mar 29 '10 at 10:58

1 Answer

Check the comments on the page you referred to for Zend_Feed_Writer and the entry in the API for syntax.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.