cwbit / cakephp-aggregate-cache

A Behavior plugin for CakePHP that extends the idea of counterCache and counterScope to more fields
8 stars 4 forks source link

plugin requires PHP 5.4, which exceeds CakePHP requirements #9

Closed Indemnity83 closed 9 years ago

Indemnity83 commented 9 years ago

The usage of the [] array syntax is new to PHP 5.4 and until CakePHP requires PHP 5.4 it it should be avoided. Its also unclear if this follows the CakePHP Coding Standards

This only been tested down to PHP 5.3.3.