Compression v1.4

Compression is a light weight class that will load a CSS stylesheet, bind and translate given variables, compress and remove white space and cache the output for future use.

Gears Version Logs

Package: Template Engine
Category: PHP & MySQL

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: 2.0
Requires: PHP 5
Tested On: PHP 5.3
Uploaded On: 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
Uploaded On: Mon, Feb 9th 2009, 02:14

  • First initial release of Gears