home.social

#extbase — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #extbase, aggregated by home.social.

fetched live
  1. 📙 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.

    ➡️ usetypo3.com/dtos-in-extbase/

    #TYPO3 #extbase

  2. 📙 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.

    ➡️ usetypo3.com/dtos-in-extbase/

    #TYPO3 #extbase

  3. 📙 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.

    ➡️ docs.typo3.org/m/typo3/referen

    #TYPO3 #extbase

  4. 📙 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.

    ➡️ docs.typo3.org/m/typo3/referen

    #TYPO3 #extbase

  5. 📙 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.

    ➡️ docs.typo3.org/m/typo3/referen

    #TYPO3 #extbase

  6. 📙 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.

    ➡️ docs.typo3.org/m/typo3/referen

    #TYPO3 #extbase

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

    ➡️ docs.typo3.org/m/typo3/referen

    #TYPO3 #extbase

  8. 📙 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.

    ➡️ docs.typo3.org/m/typo3/referen

    #TYPO3 #extbase

  9. 📙 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.

    ➡️ docs.typo3.org/m/typo3/referen

    #TYPO3 #extbase

  10. 📙 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.

    ➡️ docs.typo3.org/m/typo3/referen

    #TYPO3 #extbase

  11. 📙 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

    ➡️ docs.typo3.org/m/typo3/referen

    #TYPO3 #extbase

  12. 📙 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

    ➡️ docs.typo3.org/m/typo3/referen

    #TYPO3 #extbase

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

    linkedin.com/pulse/von-der-pap

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

    linkedin.com/pulse/von-der-pap

  15. 📙 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.

    ➡️ docs.typo3.org/m/typo3/referen

    #TYPO3 #extbase

  16. 📙 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.

    ➡️ docs.typo3.org/m/typo3/referen

    #TYPO3 #extbase

  17. 📙 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.

    ➡️ docs.typo3.org/m/typo3/referen

    #TYPO3 #extbase

  18. 📙 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.

    ➡️ docs.typo3.org/m/typo3/referen

    #TYPO3 #extbase

  19. 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)

    mtug.de/treffen/veranstaltunge

    #TYPO3 #Extbase #MCP

  20. 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)

    mtug.de/treffen/veranstaltunge

    #TYPO3 #Extbase #MCP

  21. 🔥 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)

    meetup.com/munich-typo3-user-g

    #TYPO3 #Extbase #MCP

  22. 🔥 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)

    meetup.com/munich-typo3-user-g

    #TYPO3 #Extbase #MCP

  23. 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)

    meetup.com/munich-typo3-user-g

    #TYPO3 #Extbase #MCP

  24. 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)

    meetup.com/munich-typo3-user-g

    #TYPO3 #Extbase #MCP

  25. 📅 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)

    meetup.com/munich-typo3-user-g

    #TYPO3 #Extbase #MCP

  26. 📅 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)

    meetup.com/munich-typo3-user-g

    #TYPO3 #Extbase #MCP

  27. 🚀 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 search

    Boost your TYPO3 website’s performance today! Read more:
    t3planet.de/typo3-tutorials/aj

    #AJAXinTYPO3 #TypoScript #Extbase #DynamicContent #TYPO3CMS

  28. 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
    typo3camp.at/

  29. 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
    typo3camp.at/

  30. 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
    typo3camp.at/

  31. 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
    typo3camp.at/

  32. Grand article about #DTOs in #Extbase. A must read, if you have to deal with different form data for one and the same model. #TYPO3

    usetypo3.com/dtos-in-extbase/

  33. Grand article about #DTOs in #Extbase. A must read, if you have to deal with different form data for one and the same model. #TYPO3

    usetypo3.com/dtos-in-extbase/