[TYPO3-core] RFC: #10040: define Default GET-vars

Steffen Kamper info at sk-typo3.de
Wed Sep 2 10:19:53 CEST 2009


Hi Mattes,

Mathias Schreiber [wmdb >] schrieb:
> 
> Maybe just nitpicking, but in getText you need to access array "depths" 
> with a pipe.
> So things get inconsistent.
> 

you are right for addressing arrays. But here it is composing, and it 
use the "normal" TS syntax with dots. That allows you also to do 
something like this:

config.defaultGetVars {
   tx_ttnews.tt_news {
     var1 = 15
     var2 = 30
     var3 = 9
   }
}

so i think it's ok this way.

vg Steffen


More information about the TYPO3-team-core mailing list