Attention
TYPO3 v11 has reached end-of-life as of October 31th 2024 and is no longer being maintained. Use the version switcher on the top left of this page to select documentation for a supported version of TYPO3.
Need more time before upgrading? You can purchase Extended Long Term Support (ELTS) for TYPO3 v11 here: TYPO3 ELTS.
Classes
Contains all PHP classes. One class per file. Should have sub folders like
Controller/
, Domain/
, Service/
or View/
.
For more details on class file namings and PHP namespaces, see chapter
namespaces.
- Classes/Controller
- Contains MVC Controller classes.
- Classes/Domain/Model
- Contains MVC Domain model classes.
- Classes/Domain/Repository
- Contains data repository classes.
- Classes/ViewHelpers
- Helper classes used in (Fluid) views.