Advanced PHP tutorial 9: Autoload your classes PSR-0Advanced PHP tutorial 9: Autoload your classes PSR-0
In PHP the most common way to load a class from a different file is to require_once or include_once. The problem with this approach is that you need to manually