#extbase — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #extbase, aggregated by home.social.
-
📙 Data Transfer Objects in Extbase
Data Transfer Objects can be used in extbase to separate our domain models from frontend forms. This post shows what DTOs are and how we can use them in Extbase plugins.
-
📙 Data Transfer Objects in Extbase
Data Transfer Objects can be used in extbase to separate our domain models from frontend forms. This post shows what DTOs are and how we can use them in Extbase plugins.
-
📙 Property types of Extbase models
In Extbase models, property types can be defined either through a native PHP type declaration or a var annotation for untyped properties.
-
📙 Property types of Extbase models
In Extbase models, property types can be defined either through a native PHP type declaration or a var annotation for untyped properties.
-
📙 Extbase quick start for experienced developers
Get a minimal but fully working Extbase extension in front of you as quickly as possible — a list and detail view for a custom record type, registered as a frontend plugin.
-
📙 Extbase quick start for experienced developers
Get a minimal but fully working Extbase extension in front of you as quickly as possible — a list and detail view for a custom record type, registered as a frontend plugin.
-
📙 Domain layer in Extbase
The domain layer is where your extension's data lives. It consists of two things: models, which are PHP classes that represent your data, and repositories, which are the only entry point for reading and writing that data to the database.
-
📙 Domain layer in Extbase
The domain layer is where your extension's data lives. It consists of two things: models, which are PHP classes that represent your data, and repositories, which are the only entry point for reading and writing that data to the database.
-
📙 Common tasks in Extbase
If you know what you want to achieve but are not sure which chapter covers it, start here.
-
📙 Common tasks in Extbase
If you know what you want to achieve but are not sure which chapter covers it, start here.
-
📙 Data transfer objects (DTO) in Extbase
A data transfer object (DTO) is a special kind of model used to transport data between the business logic and the (Fluid) view but is not persisted to the database.
-
📙 Data transfer objects (DTO) in Extbase
A data transfer object (DTO) is a special kind of model used to transport data between the business logic and the (Fluid) view but is not persisted to the database.
-
📙 Controller layer in Extbase
The controller layer sits between the request and the view. It handles the request, coordinates repository and service calls, assigns variables for the view, and returns a response. Business logic can live in the controller directly
-
📙 Controller layer in Extbase
The controller layer sits between the request and the view. It handles the request, coordinates repository and service calls, assigns variables for the view, and returns a response. Business logic can live in the controller directly
-
Wie aus einer Papierliste eine TYPO3-basierte Check-in-App wurde, die beim Camping rund um den DATEV Challenge Roth ihren Live-Einsatz stabil und fehlerfrei gemeistert hat.
In meinem Artikel erzähle ich die kleine Developer-Story dahinter: vom ersten Impuls auf dem Campingplatz über die iterative, KI-gestützte Umsetzung mit Extbase und Fluid bis zum produktiven Einsatz im Ehrenamt.
#TYPO3 #Extbase #Fluid #Digitalisierung #Ehrenamt #ChallengeRoth
https://www.linkedin.com/pulse/von-der-papierliste-zur-check-in-app-eric-harrer-islle
-
Wie aus einer Papierliste eine TYPO3-basierte Check-in-App wurde, die beim Camping rund um den DATEV Challenge Roth ihren Live-Einsatz stabil und fehlerfrei gemeistert hat.
In meinem Artikel erzähle ich die kleine Developer-Story dahinter: vom ersten Impuls auf dem Campingplatz über die iterative, KI-gestützte Umsetzung mit Extbase und Fluid bis zum produktiven Einsatz im Ehrenamt.
#TYPO3 #Extbase #Fluid #Digitalisierung #Ehrenamt #ChallengeRoth
https://www.linkedin.com/pulse/von-der-papierliste-zur-check-in-app-eric-harrer-islle
-
📙 Common pitfalls in Extbase
This page collects the situations that most commonly trip up Extbase developers — from beginners hitting their first wall to experienced developers upgrading from older TYPO3 versions.
-
📙 Common pitfalls in Extbase
This page collects the situations that most commonly trip up Extbase developers — from beginners hitting their first wall to experienced developers upgrading from older TYPO3 versions.
-
📙 Validation in Extbase
Extbase validates incoming request arguments automatically before your action method is called. Validators can be Extbase built-ins, custom classes, or — since TYPO3 v14 — Symfony constraints.
-
📙 Validation in Extbase
Extbase validates incoming request arguments automatically before your action method is called. Validators can be Extbase built-ins, custom classes, or — since TYPO3 v14 — Symfony constraints.
-
Hier sind die Slides zu den Vorträgen von gestern:
- Chat-gesteuerte Seitenerstellung mit TYPO3 und MCP (Thomas Schöne)
- Datei-Uploads mit Extbase (@supergarv)https://www.mtug.de/treffen/veranstaltungen-2025/september.html#c1033
-
Hier sind die Slides zu den Vorträgen von gestern:
- Chat-gesteuerte Seitenerstellung mit TYPO3 und MCP (Thomas Schöne)
- Datei-Uploads mit Extbase (@supergarv)https://www.mtug.de/treffen/veranstaltungen-2025/september.html#c1033
-
🔥 Heute um 19 Uhr ist unser nächstes Treffen mit diesen Themen:
- Chat-gesteuerte Seitenerstellung mit TYPO3 und MCP (Thomas Schöne)
- Datei-Uploads mit Extbase (@supergarv)https://www.meetup.com/munich-typo3-user-group/events/310711106/
-
🔥 Heute um 19 Uhr ist unser nächstes Treffen mit diesen Themen:
- Chat-gesteuerte Seitenerstellung mit TYPO3 und MCP (Thomas Schöne)
- Datei-Uploads mit Extbase (@supergarv)https://www.meetup.com/munich-typo3-user-group/events/310711106/
-
Am kommenden Montag, 15.09., ist um 19 Uhr unser nächstes Treffen mit diesen Themen:
- Chat-gesteuerte Seitenerstellung mit TYPO3 und MCP (Thomas Schöne)
- Datei-Uploads mit Extbase (@supergarv)https://www.meetup.com/munich-typo3-user-group/events/310711106/
-
Am kommenden Montag, 15.09., ist um 19 Uhr unser nächstes Treffen mit diesen Themen:
- Chat-gesteuerte Seitenerstellung mit TYPO3 und MCP (Thomas Schöne)
- Datei-Uploads mit Extbase (@supergarv)https://www.meetup.com/munich-typo3-user-group/events/310711106/
-
📅 Save the date: unser Treffen im September findet am Montag, 15.09. um 19 Uhr statt!
Themen:
- Chat-gesteuerte Seitenerstellung mit TYPO3 und MCP (Thomas Schöne)
- Datei-Uploads mit Extbase (@supergarv)https://www.meetup.com/munich-typo3-user-group/events/310711106/
-
📅 Save the date: unser Treffen im September findet am Montag, 15.09. um 19 Uhr statt!
Themen:
- Chat-gesteuerte Seitenerstellung mit TYPO3 und MCP (Thomas Schöne)
- Datei-Uploads mit Extbase (@supergarv)https://www.meetup.com/munich-typo3-user-group/events/310711106/
-
New blog post:
Hydrate an Extbase model property with an array of backed enums
https://brotkrueml.dev/hydrate-an-extbase-model-property-with-an-array-of-backed-enums/
-
New blog post:
Hydrate an Extbase model property with an array of backed enums
https://brotkrueml.dev/hydrate-an-extbase-model-property-with-an-array-of-backed-enums/
-
🚀 Master AJAX in TYPO3 with TypoScript & Extbase
Want a faster TYPO3 website? Learn how to integrate AJAX in TYPO3 for smooth, dynamic updates without reloading pages!
What’s inside?
✔ TypoScript AJAX endpoints
✔ Extbase controller setup
✔ Real-life examples like dynamic forms and searchBoost your TYPO3 website’s performance today! Read more:
https://t3planet.de/typo3-tutorials/ajax-in-typo3-typoscript-extbase/ -
Though we will talk about some general aspects of #PHPUnit at the very beginning, this workshop is meant to deal with specifics of PHPUnit in relation to #TYPO3 and #Extbase. You don't need to have any background knowledge of PHPUnit, but you should have written at least some #PHP code for TYPO3, an extension or a ViewHelper for example.
3/4
https://www.typo3camp.at/ -
Though we will talk about some general aspects of #PHPUnit at the very beginning, this workshop is meant to deal with specifics of PHPUnit in relation to #TYPO3 and #Extbase. You don't need to have any background knowledge of PHPUnit, but you should have written at least some #PHP code for TYPO3, an extension or a ViewHelper for example.
3/4
https://www.typo3camp.at/ -
Are you interested in writing #PHPUnit tests for #TYPO3 and #Extbase extensions, but don't know where to start? Do you miss solid arguments to push tests to the customer? Would you like to think outside the box and learn something new, which will increase your code quality and make your product more reliable?
1/4
https://www.typo3camp.at/ -
Are you interested in writing #PHPUnit tests for #TYPO3 and #Extbase extensions, but don't know where to start? Do you miss solid arguments to push tests to the customer? Would you like to think outside the box and learn something new, which will increase your code quality and make your product more reliable?
1/4
https://www.typo3camp.at/