jalmenarez / minify

Automatically exported from code.google.com/p/minify
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Move to autoloading instead of require_once #59

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Good reasons are given in the PEAR2 standards wiki:
http://wiki.pear.php.net/index.php/PEAR2_Standards#Introduction
http://wiki.pear.php.net/index.php/
PEAR2_Standards#use_of_include.2Frequire.2Frequire_once.2Finclude_once_not_allow
ed

Steps:
 * copy trunk to branch "autoload"
 * remove all require* used to load classes
 * create Minify/autoload.php
 * register function in min/index.php
 * ab test comparison to trunk
 * fix unit tests/extras
 * merge to trunk

Original issue reported on code.google.com by mrclay....@gmail.com on 7 Oct 2008 at 6:52

GoogleCodeExporter commented 9 years ago
yeah great i did it this way with autoload. perfect and so easy!!

Original comment by bronco.p...@googlemail.com on 9 Mar 2009 at 8:15