[TYPO3-mvc] Alternative to hooks

Sebastian Kurfürst sebastian at typo3.org
Wed Jan 5 17:20:35 CET 2011


Hey Pascal,

you are right, I think there are two patterns which are really nice for
extensibility:

- Aspect-Oriented Programming: To implement *unplanned* extensibility;
not possible in Extbase, and most likely will never be possible, but
possible in FLOW3

- Signals / Slots [1]: Good for *planned* extensibility, as it provides
very loose coupling. Also implemented in FLOW3, and not yet in Extbase.
However, it might be possible to implement this feature in Extbase as
well :-)

Does this help a bit?

Greets,
Sebastian


[1] http://stackoverflow.com/questions/312895/signals-and-slots


More information about the TYPO3-project-typo3v4mvc mailing list