By tim.ariyeh
via codefeast.com
Published: Jul 22 2008 / 04:06
I’ve recently noticed a few articles advocating the use of PHP’s __autoload function to manage project includes. I’m sure these authors have good intentions, but the __autoload functionality became outdated before anyone really even started using it.
Comments
phpimpact replied ago:
Good article, I don't know why people keep using __autoload when spl_autoload_register has been around for a while now.
,
Voters For This Link (29)
Voters Against This Link (0)