News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Padraic Brady's Blog:
Optimise Your Zend_Feed Aggregators With HTTP Conditional GET Support
July 29, 2008 @ 11:13:06

Padraic Brady has written up a post on how he implemented conditional fetching (GET) as a part of the Zend_Feed component of the Zend Framework.

You see, by default, Zend_Feed is stupid. It will blindly drag in whatever RSS you point it at, parse it, present an accessible API (which is largely an abstract API across PHP DOM), and then merrily sit back while you are driven demented. There is a problem in blindly fetching RSS and parsing it - RSS feeds from a huge number of online sources only change rarely. The rest of the time the feed is unchanged.

The key is in the "Last-Modified" header data of the remote file (and ETag). He shows how to use this knowledge in a simple example - pulling data with a ZFBlog_Aggregate class and dumping the contents into a database table. This code checks the return status for a 304 ("Not modified") and closes out the connection if so. Otherwise it grabs the content and updates the database with the most recent fetch times to compare to the "Last-Modified".

0 comments voice your opinion now!
zendframework feed aggregator conditional get lastmodified



Similar Posts

Zend Developer Zone: PHP Abstract Podcast Episode 15: The Zend Access Control List

Rob Allen's Blog: Simple Zend_Form File Upload Example

Zend Developer Zone: Zend_Pdf Tutorial

PHPBuilder.com: Securing Data Sent Via GET Requests

Rob Allen's Blog: Top Tip: XHTML with Zend Form Elements


Community Events









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


package framework job example book mysql security PHP5 zend application developer release conference PEAR code zendframework cakephp database releases ajax

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