[Typo3-dev] Event System in the core / Ease the integration of3rd party apps
Ernesto Baschny
ernst at baschny.de
Fri Sep 3 15:22:46 CEST 2004
On Fri, 3 Sep 2004, Robert Lemke wrote:
> Andy Staudacher wrote:
> > I'll try to summarize a reply to all your ideas:
>
> okay, now I know what you aim for.
>
> I think that kind of event system could also be very useful for TYPO3
> internal things, be it extensions or the core itself. So if we create such
> an event model, we'd also have to consider things like event-chains and
> other mechanisms, which might not be directly related to integrating 3rd
> party applications.
I don't even think we need yet another mechanism in Typo3. We already have
hooks, which is exactly what we need here. Our typo3 extention that will
handle the integration of a 3rd party application only needs to register
for a couple of hooks (at "addUser", "changeUser", "deleteUser") and then
pass this information over to the 3rd party app.
The problem now is maybe it won't be that easy to find a spot to include
such as hook, as the user creation/editting stuff is not separated from
the rest of the normal table management routines, right?
Cheers,
Ernesto
More information about the TYPO3-dev
mailing list