[TYPO3-dev] Extension Execution Order

Martin Kutschker masi-no at spam-typo3.org
Tue Jun 24 11:52:35 CEST 2008


Benno Weinzierl schrieb:
> Hello List,
> 
> i have to execute my extension after all other extensions.

There is no "execution order" for extensions as they serve different
purposes and implement different features. The EM only knows about a
load order.

Of course the load order will eventually affect the order in which eg
implementations of a *certain* hook will be called.

And what exactly do you want to catch? PHP erros/warnings? Then write a
PHP error handler and add a hook for page post processing. You will have
only conflicts with other page post processors, but ususally you don't
have any.

Masi




More information about the TYPO3-dev mailing list