RSS/ATOM Feeds Processing PHP Class
Monday, February 05, 2007News, RSS/ATOM Feeds Processing PHP Class
A collection of free PHP classes that will greatly improve the quality of your PHP driven web applications while greatly decreasing the time put into writing them. Think of it as PHP Rapid Application Development. That's Zebra PHP Component Framework
This is a PHP class for fetching RSS/ATOM feeds complete with caching and template driven output. It uses SimplePie to fetch the feeds and a customized version of XTemplate templating engine for generating the HTML output.
|
I am well aware of the fact that "everything has already been done" but I simply can't copy & paste other's code. I am a coder. I code. |
| Read more | |
| View my blogger profile | |
December 29, 2007 8:15 PM
This worked straight away, thank you!
I can't figure out how to add a function to include images from the feed. They are tagged with "media: thumbnail ..... /".
Can someone please advise?
Cheers :)
February 17, 2008 10:34 PM
I'm trying to build a mashup from several RSS feeds, blogs and weather reports. The script works fine - and I'm creating a few layout templates to share, but I'm not sure how to smoothly pull together several feeds, sort by date server-side, then post...
Hope I can give back to the net as much as you give out.
February 17, 2008 10:47 PM
you should read the documentation for SimplePie. You can access SimplePie object something like $feed->simplePie->...method()
i'd love to see the templates!
let me know if you can't find your way and i'll help