SpamBlocker

Spam Blocker is a CakePHP Behavior that automatically before after a comment is made. Each comment is tested upon a point system to determine if it should be approved, set to pending (high points), or marked as spam / deleted (low points).

Gears Version Logs

Package: Template Engine
Category: PHP

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

Version: 3.0
Requires: PHP 5.2
Tested On: PHP 5.3
Released: Wed, Nov 2nd 2011, 21:57

  • Added a basic caching and compression system
  • Rewriting checkPath() to work correctly
  • Converting private members to protected
  • Can now render without a layout
  • bind() now accepts an array or string

Version: 2.0
Requires: PHP 5
Tested On: PHP 5.3
Released: Sat, Mar 6th 2010, 18:31

  • Completely rewritten from the ground up; not compatible (at all) with older versions
  • Variables are now bound globally instead of per template
  • Can configure what ext, layout and path to use
  • Uses output buffering to render the templates
  • Templates can use the $this variable as it is within the Gears scope
  • Removed the cumbersome parent/child hierarchy

Version: 1.8
Requires: PHP 5
Tested On: PHP 5.2.5
Released: Mon, Feb 9th 2009, 02:14

  • First initial release of Gears