Link Details

Link 96979 thumbnail
User 309475 avatar

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.
  • 29
  • 0
  • 1438
  • 395

Comments

Add your comment
User 287383 avatar

phpimpact replied ago:

0 votes Vote down Vote up Reply

Good article, I don't know why people keep using __autoload when spl_autoload_register has been around for a while now.
,

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.