Closed HelloGrayson closed 11 years ago
Updating the code to be PSR-0 compliant should allow automatic auto-load in conjunction with Composer.
http://getcomposer.org/doc/01-basic-usage.md#autoloading
Having all classes in one file is a no-no in PHP land.
PSR-0 require namespaces support - which are not supported by php 5.2. do not want drop 5.2 compatibility - because we have lots of customers sitting on old versions of php
Updating the code to be PSR-0 compliant should allow automatic auto-load in conjunction with Composer.
http://getcomposer.org/doc/01-basic-usage.md#autoloading
Having all classes in one file is a no-no in PHP land.