[TYPO3-ect] TODO

Elmar Hinz elmar.DOT.hinz at team.MINUS.red.DOT.net
Fri Jan 26 18:34:58 CET 2007


Am Fri, 26 Jan 2007 17:52:03 +0100 schrieb Nikolas Hagelstein:

> 
>>The disadvantage of PEC is that only one of the extending actions can
>>"win" the job. 
> Yes right due to its overwritte character. That is why we should think about
> a before after stack.
> 

As we work with a chain of SPL objects, how about using TS to define this
stack?

xyAction = ACTION
xyAction {
	100 = SPL
        100.class = tx_myext_classX
        100.configurations {
          ...
        }
	200 = SPL
        200.class = tx_myext_classY
        200.configurations {
          ...
        }
        ....
}

 








 


More information about the TYPO3-team-extension-coordination mailing list