What would be the Autoloading of Classes in PHP?
I see people using __autoload
and spl_autoload_register
is there a difference?
What association exists between autoloader of composer and conventional autoloading ? Are these two functions being used underneath the composer autoloader ?