Class autoloading in PHP: load classes automatically without having to require them
У вашего броузера проблема в совместимости с HTML5
► Access the full course: https://davehollingworth.net/phpmvcy
Learn how PHP loads classes, and how defining classes in separate files can allow us to define an autoload function that means classes are loaded automatically instead of having to be explicitly required.