News Feed
Jobs Feed
Sections




News Archive
MaltBlue.com:
Zend Framework - How To Implement RSS Feeds the Easy Way
July 12, 2012 @ 10:08:01

On the MaltBlue blog Matt Setter has a new tutorial posted about creating RSS feeds quickly and easily with the help of the Zend Framework and context switching.

Ever wanted to know how to take an existing Zend Framework application where you have posts, records, news or anything else stored in a data source and updated regularly, and make it available as a feed for your users that they can subscribe to? Well today, that's what I want to show you. Recently, during the development of the burgeoning PHP cloud development casts site, I had just that situation.

He shows you how to set up some of the routing for the RSS and Atom feeds, pointing them to specific module/controller/action paths for handling. He then creates a "_getFeed()" method that pulls together the needed content and uses the Zend_Feed_Writer_Feed component to create the feed of the correct type. This is then exported, returned and - thanks to a bit more configuration - turned into a correctly-formatted feed.

0 comments voice your opinion now!
zendframework rss atom feed tutorial zendfeed


blog comments powered by Disqus

Similar Posts

Rob Allen's Blog: Validating UK Postcodes

Ed Finkler's Blog: The Zend Framework and Its Influence on Secure PHP Development

Juozas Kaziukenas' Blog: ACL made easy. Part 1

Site News: Come Follow Us! (on Twitter)

IBM developerWorks: Setting up your own on-demand video site with PHP, Part 1


Community Events









Don't see your event here?
Let us know!


language database interview community tool framework code phpunit opinion release api example object zendframework2 composer unittest testing development introduction podcast

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework