PhpRiot
Follow phpriot on Twitter
Sponsored Link
News Archive
PhpRiot Newsletter
Your Email Address:

More information

Is Autoloading A Good Solution?

Note: This article was originally published at Planet PHP on 20 July 2012.
Planet PHP
One of the most powerful changes that PHP5 brought to the table was the ability toA autoloadA classes. It's such a useful tool that it was the first standard the FIG group put forth. Almost every single major PHP framework and library uses an autoloader to include its classes. It always felt somewhat wrong to me to autoload in production at runtime. So I decided to give it a bit more exporation...Read more Ağ