[TYPO3-50-general] OrthoScript

Elmar Hinz elmar.DOT.hinz at team.MINUS.red.DOT.net
Sat May 12 01:24:47 CEST 2007


Hi team,

you probably share the experience, that many new developers are irritated
by the PHP representation of Typoscript with dots at the end of the
key names. I suggest an inversion of this for TYPO3 5.0 by the following
model:


we.all.love = typo3
we.all.love.case = upper

TypoScript 1.0:

$TS['we.']['all.']['love'] = 'typo3';
$TS['we.']['all.']['love.']['case'] = 'upper';


TypoScript 2.0 (OrthoScript):

$TS['we']['all']['love']['='] = 'typo3';
$TS['we']['all']['love']['case']['='] = 'upper';


What do you think?


Regards

Elmar


More information about the TYPO3-project-5_0-general mailing list