[TYPO3-mvc] Domain Model Event-Handlers
Robert Lemke
robert at typo3.org
Tue Nov 17 10:27:26 CET 2009
Hi guys,
note that we use "Signals and Slots" in FLOW3 for emulating events (http://en.wikipedia.org/wiki/Signals_and_slots). This mechanism could also be used to notify program parts whenever certain objects are persisted (if that really makes sense).
Unfortunately I just saw that I didn't document this feature yet. Note self: write documentation.
robert
Am 17.11.2009 um 10:18 schrieb Jochen Rau:
> Steffen Ritter wrote:
>> I'm searching for some kind of "event handler".
>> I want to execute specific code "on save" of my objects.
>>
>> Where do I have to register those, or how to name the functions that
>> they will be executed automatically.
>
> There is currently no support for event handling inside Extbase. You might want to open a feature request (for TYPO3 4.4).
>
> What are the use cases? Following the Domain-Driven Design way, there is no need to care about persistence.
More information about the TYPO3-project-typo3v4mvc
mailing list