[TYPO3-dev] alwaysActivePIDlist

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Tue Oct 24 12:29:41 CEST 2006


JoH asenau schrieb:
> 
> To reduce the overhead you should simply replace the way the properties are
> applied.
> Currently it's a huge list of "if this then that".
> For my extension I replaced this list with direct function calls.

There you are :-)

 > So there's
> just a loop over the items that are in the array of properties and each of
> them is executed as a real function (with the nice side effect that it's
> easier to extend the functionality, since you got lots of different
> functions instead of just one big monster)
> One conceptual bug is, that this way of executing the functions means, they
> are executed in the order they have been inserted in the TS-setup,

I was thinking of something more COA like, so the execution order depends 
on the index number. You could make this stdWrap compatible like it's done 
in COA: any property thats an integer is a new-style "processing 
instrucion" anything else is old-style.

Masi




More information about the TYPO3-dev mailing list