A Feed Reader using the Facade Design Pattern « June Framework Blog

A Feed Reader using the Facade Design Pattern. May 4th, 2009by Costin. For quite a while i was looking for a good solution to keep myself up-to-date with all this massive amount of data published everywhere: my friends’ and others’ blogs, magazines, …. Load an RSS feed * * @param string $feedurl The path to the xml document * @access private * @return bool */ private function LoadRss($feedurl) { if ( ! class_exists(‘AbsRssReader20′)) require_once “AbsRssReader20/class.

Read more from the original source: 
A Feed Reader using the Facade Design Pattern « June Framework Blog

Leave a Reply