[TYPO3] Convert TS into multidimensional array

Georg Ringer spam at ringerge.org
Thu Jan 19 09:58:26 CET 2006


Hey,

I want to write text with forms on an image and therefore I use the 
GIFBUILDER. To make the configuration as simple as possible I want to use TS 
but therefore I need to convert TS into the multidimensional array.

An example:
TS:
10 = TEXT
10.text.value = test
>>>>>>>>>>>
PHP:
$conf["file."]["10"]= "TEXT";
$conf["file."]["10."]["text"]= test;

Is there a method or can somebody help me with this (maybe Regex?)

many thanks!
georg 





More information about the TYPO3-english mailing list