Tutorial - Autoloading Explained

Опубликовано: 28 Октябрь 2024
на канале: TYPO3
4,267
71

Why use autoloading in TYPO3?

For years, using require_once was the way to load code dependencies into your PHP app.
It was error prone and frankly, super annoying.
This is why TYPO3 now uses proper autoloading. This means that there are some changes to how you work with PHP code within TYPO3.

In this video, we will explain why autoloading is a good thing and how you can utilize its full power for yourself.