StatsBurner v2.3

This PHP class is a wrapper for the Feedburner Awareness API. It grabs your circulation hits, views, stats and averages over a given period of time. Can be customized to grab data from certain dates, date ranges and discrete dates.

Feed Aggregator Version Logs

Package: Component
Category: CakePHP

Below is a list of all files and every available version for the Feed Aggregator script.
Each file is accompanied by a change log. Be cautious in using older versions, they may buggy.

Version: 1.4
Requires: PHP 5, CakePHP 1.2
Tested On: PHP 5.2.5, CakePHP 1.2.5
Uploaded On: Sat, Oct 3rd 2009, 16:10

  • Upgraded to PHP 5 only

Version: 1.3
Requires: PHP 4, CakePHP 1.2
Tested On: PHP 5.2.5, CakePHP 1.2.3.8166
Uploaded On: Tue, Jul 21st 2009, 00:20

  • Moved the types array from parseType into a property called $typeMap
  • Reworked how elements would be selected when parsed a feeds item
  • Increased performance and speed

Version: 1.2
Requires: PHP 4, CakePHP 1.2
Tested On: PHP 5.2.5, CakePHP 1.2.3.8166
Uploaded On: Sat, Jul 18th 2009, 18:11

  • Added a $grabElements property to grab additional elements from a single feed entry
  • Fixed notice errors that would appear when using empty feeds
  • Added additional checking for the link element

Version: 1.1
Requires: PHP 4, CakePHP 1.2
Tested On: PHP 5.2.5, CakePHP 1.2.3.8166
Uploaded On: Wed, Jul 15th 2009, 16:33

  • Added the cache configuration in __construct() so that it's automatically called
  • Reworked the caching so that it caches the whole result, not just a truncated one
  • Added a _truncate() method to limit the results

Version: 1.0
Requires: PHP 4, CakePHP 1.2
Tested On: PHP 5.2.5, CakePHP 1.2.3.8166
Uploaded On: Tue, Jul 14th 2009, 16:25

  • First initial release of the Feed Aggregator Component