webfeed

Webfeed creator (RSS, RDF and Atom)
6 reviews   downloaded 448 times
created by MetaYii, last updated on July 4, 2009
#788
little BUG found
by crioz at 11:55am on November 5, 2009.

When you generate FEED and add this to MS outlook it always took buffered RSS + new records from Database. This duplicates records in RSS folder in MS outlook. Need to clear buffer before RSS FEED genereation but i cant find where to do this ! May be author can help

#1000
Throws errors
by sdietz at 1:35am on January 15, 2010.

This extension does not work very well.

Tested with:

  • Vanilla install of Yii (1.0.11)
  • The RSS 2.0 example as per the documentation of this extension

It throws various exceptions concerning used constants, and even after fixing the use of the class constants, some errors concerning missing indices of $part(s).

I'd rather recommend using the Feed Component of the Zend framework for your RSS and Atom feed needs.

I'll post a tutorial on this topic in the cookbook soon(ish).

Best regards,

sdietz

#1001
Please please please
by MetaYii at 1:39am on January 15, 2010.

Please reporte bug reports in the forum!!!

#1195
Poor design
by OriginalCopy at 2:49am on February 28, 2010.

Sorry to seem like being an asshole, and first of all thanks for your time, but

The extension is poorly designed from the ground up. You don't neet to require_once everything (or should not need to). If you do, then implement an abstract class for features shared across rss and atom..

Then you should use Yii::import() for everything.

Also, Atom generation doesn't work at all. Try running your own example.

#1196
Poor design
by OriginalCopy at 2:50am on February 28, 2010.

Oh and forgot to mention that: write unit tests for your extensions.

#1228
Bugs
by Inkvizitor at 3:10am on March 4, 2010.

Many bugs, not usable

New Review

Please login first.