Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

Dotvoid.com:
Zend Feed for a Swedish web development blog aggregator
Mar 13, 2007 @ 15:31:00

In a new post to his blog today, Danne Lundqvist shares his method for creating a blog aggregator (in the style of the planet-planet sites) to re-aggregate all of the feeds back ou tinto one.

Lately I have begun to get more and more annoyed with my feed reader. I use a simple feed reader which lack most features except for subscribing to and reading feeds. The one thing that annoys me the most is that it can't aggregate several feeds into one feed. Yesterday I finally decided to scratch that itch.

His method uses the Zend Framework to accomplish the goal - and "the whole website logic (both model and controller) is about 200 lines of code". There's no exception or error handling in it, but it works and the Zend_Feed module works well to grab just about any kind of feed.

tagged: zendframework zendfeed swedish development blog aggregator zendframework zendfeed swedish development blog aggregator

Link:

Dotvoid.com:
Zend Feed for a Swedish web development blog aggregator
Mar 13, 2007 @ 15:31:00

In a new post to his blog today, Danne Lundqvist shares his method for creating a blog aggregator (in the style of the planet-planet sites) to re-aggregate all of the feeds back ou tinto one.

Lately I have begun to get more and more annoyed with my feed reader. I use a simple feed reader which lack most features except for subscribing to and reading feeds. The one thing that annoys me the most is that it can't aggregate several feeds into one feed. Yesterday I finally decided to scratch that itch.

His method uses the Zend Framework to accomplish the goal - and "the whole website logic (both model and controller) is about 200 lines of code". There's no exception or error handling in it, but it works and the Zend_Feed module works well to grab just about any kind of feed.

tagged: zendframework zendfeed swedish development blog aggregator zendframework zendfeed swedish development blog aggregator

Link:


Trending Topics: