[TYPO3] Convert TS into multidimensional array

Patrick Rodacker patrick.rodacker at the-reflection.de
Fri Jan 20 00:11:07 CET 2006


Hi Georg,

Georg Ringer wrote on 19.01.2006 09:58:

> 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;

I don't get what exactly you want to do. Create an GIFBUILDER object
using TS or creating an GIFBUILDER object within your own PHP class?

Patrick



More information about the TYPO3-english mailing list