Class autoloading in PHP: load classes automatically without having to require them

Опубликовано: 15 Январь 2025
на канале: Dave Hollingworth
28,432
419

► 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.