PHP·98 questions

How does autoloading work?

Answer
spl_autoload_register().
PSR-4 standard.
Composer autoload.
namespace = path to file.
require 'vendor/autoload.php'.
Was this answer helpful?

More questions in this topic

Related questions from other topics