Login   Register  
PHP Classes
elePHPant
Icontem

File: README

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Leonardo Branco Shinagawa  >  Feedee  >  README  >  Download  
File: README
Role: Documentation
Content type: text/plain
Description: Readme File
Class: Feedee
Retrieve and parse RSS feed from remote sites
Author: By
Last change:
Date: 2010-12-07 12:26
Size: 375 bytes
 

Contents

Class file image Download
Please read the service specific examples to know how to use.

== PERFORMANCE OPTION ==
Setting the cache directory, you can increase the performance of the Feed request.

    Feedee_Cache::setCacheDir($some_writable_directory);

Usually, the method to set the Expiration time is setExpire().
Eg.:
$wordpress = new Feedee('wordpress');
$wordpress->setExpire(7200); // 2 hours