2

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

Charles
  • 50,943
  • 13
  • 104
  • 142

1 Answers1

-1

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

chelmertz
  • 20,399
  • 5
  • 40
  • 46
  • There is precisely one comment, and it's asking the same question. – Peter Taylor Jun 03 '13 at 15:58
  • @PeterTaylor: It's just that my answer is three + years old and that comment is one year old.. – chelmertz Jun 03 '13 at 20:18
  • 1
    And archive.org doesn't show the comments from three years ago because they're loaded by JavaScript. This is a perfect example of why answers should summarise the main point of linked resources. – Peter Taylor Jun 03 '13 at 21:43
  • +1, SO is highly temporary in any case since no one ever would've gone back here to edit for, say, API breaking changes in code examples used. – chelmertz Jun 03 '13 at 22:03