Single Table Inheritance in TYPO3
TYPO3
Show in appBeschreibung
This skill covers the usage of the Single Table Inheritance technique in TYPO3. It is used in TYPO3 to manage multiple object types within a single database table. This approach allows different classes to share the same table while maintaining distinct behaviors, simplifying database structure and improving performance in TYPO3 extensions.
Ziele
- I know how Single Table Inheritance works in TYPO3 and its benefits.
- Learn about examples where STI is used in the TYPO3 Core.
- I know how to configure and implement Single Table Inheritance for managing different object types in a unified table.
- I know the advantages and considerations of using this inheritance model in TYPO3 projects.
Maintainer

Andreas Wolf