[TYPO3-dev] relaease plans for typoe 4.2?
Tapio Markula
tapio.markula at atwebteam.com
Mon May 7 19:55:18 CEST 2007
John Angel
> I know several programming languages and still not used to TS. I suppose
> never will, because it's a real mess, without syntax or error checking.
TS can be compared with CSS rather than programming languages.
It just defines thing adding some conditions
> So instead
>
> object.stdWrap.if {
> value.data = some_value
> isLessThan = 1
> isGreaterThan = 10
> }
>
> we should have normal:
>
> if($some_value>1 || $some_value<10) { $object->render=true; }
conditions are problematic, but you should always remember that
TS must be converted as
arrays, which use dots $conf['some.'][...
More information about the TYPO3-dev
mailing list