SimplePie is a very fast and easy-to-use feed parser, written in PHP, that puts the 'simple' back into 'really simple syndication'. Flexible enough to suit beginners and veterans alike, SimplePie is focused on speed, ease of use, compatibility and s
path = dirname(__FILE__) . DIRECTORY_SEPARATOR . library; } public function autoload($class) { // Only load the class if it starts with "SimplePie" if (strpos($class, SimplePie) !== 0) { return; } $file name = $this->path . DIRECTORY_SEPARATO