[TYPO3-core] RFC: Extend TypoScript values

Martin Kutschker Martin.Kutschker at blackbox.net
Sun Feb 26 16:14:29 CET 2006


Sebastian Kurfuerst <sebastian at garbage-group.de> writes on 
Sun, 26 Feb 2006 16:01:54 +0100 (MET):

> 
> I would suggest the following:
> xyz.pidList.TSPROC.addToList = 20,21
> Then it is clear that it is processed at parse-time,


Why? TSPROC means nothing to the layman.

How baout 

xyz.pidList := addToList(20,21)

:= is the only special key, and we have all the pseudo-functions we like.

Instead of the round brackets square or curly oness can be used, or none if we use another colon.

xyz.pidList := addToList[20,21]
xyz.pidList := addToList{20,21}
xyz.pidList := addToList:20,21

Masi




More information about the TYPO3-team-core mailing list