In this video I'm going to show you how to easily load PHP classes using spl_autoload_register().
You'll be glad to hear that it's just a few lines of code and by using spl_autoload_register() we can avoid having to write 'include' over and over.
At the end of this video you'll know how to easily autoload PHP classes. You'll also know why some frameworks insist upon controller files having uppercase first characters.
PLEASE NOTE: This video is part of a series called PHP from Intermediate to Advanced.