[TYPO3-core] RFC: Extend TypoScript values
René Fritz
rene at typo3.org
Mon Feb 6 12:18:39 CET 2006
> > Anyway I think just implement addToList and removeFromList as stdWrap
> > function and search the whole source for "pidList" and make it use
> > stdWrap.
>
> Please NOT!
>
> pidlist was just to give you an example of how this could work. Otherwise
> we would need to change _any_ property into an stdWrap (which is btw. not
> possible for config.linkVars, for example).
Good point
But could you please explain why your solution works then? At which point is
your solution "executed"?
> If you simply don't like the fact that it looks very much like a regular
> property, then we could hopefully find a better naming scheme for them.
That's the point.
Brainstorming:
xyz.pidList = addToList(20,21)
xyz.pidList{addToList} = 20,21
xyz.pidList = {addToList} 20,21
xyz.pidList ={addToList} 20,21
xyz.pidList += (list)20,21
Add your idea here ...
René
--
René Fritz
TYPO3 Association - Active Member
http://association.typo3.org/
More information about the TYPO3-team-core
mailing list