PHP Classes

File: README

Recommend this page to a friend!
  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: 13 years ago
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