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

PHPied.com:
Getting an RSS feed with the Zend framework 0.1.1
Mar 06, 2006 @ 13:24:57

For anyone that's been looking for a "real life" example of how to use the recently release version of the Zend Framework, phpied.com has this posting with details on the construction of an RSS reader with its help.

In case you've missed it, the fisrt pre-release of the Zend PHP framework went public. I briefly looked into it and here's a quick example to get you started.

He steps you through the download/install of the framework and how to set your include path so as not to have any issues. He uses Zend's "Feed" package to import the RSS feed loop through it, and dump the values into an array. It's a very simple reader, but it's done in only about 25 lines of code (complete with exception catching for the feed read).

tagged: grab rss feed zend framework preview release grab rss feed zend framework preview release

Link:


Trending Topics: