webfeed
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
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
Please reporte bug reports in the forum!!!
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.
Oh and forgot to mention that: write unit tests for your extensions.
New Review
Please login first.
