A complement to TFeedService.
DNGFeed wraps
feedcreator.class.php to easily generate the most common feed formats.
Take a look at the included Demo.php class to have a quick'n'dirty example on usage; refer to FeedCreator documentation for info about FeedItem and such.
Please do feedback! Smiley
* purpose: easily generate RSS/ATOM/OPML feeds.
* requirements: Prado v3
* installation and usage: unpack in a path known by your application; adjust Prado::using and require_once() to your needs.
* version: 0.1
* license: MIT (component), GPL (FeedCreator class)