[Typo3-german] Array -> TypoScript

Jens Scheidtmann Jens.Scheidtmann at bayerbbs.com
Fri Aug 12 09:59:49 CEST 2005


Marcel Gmür <typo3news at gmuer.org> writes:

> Hoi zämä
>
> TypoScript ist ja im grossen und ganzen ein komprimiertes Array. Mit
> welcher Funktion erstelle ich eigentlich aus einem Array ein TypoScript?
>
> Beispiel:
> Array:
> ts['10'] = MULTIMEDIA
> ts['10.']['file'] = "fileadmin/film.swf"
> ts['10.']['params'] = "width=100\n\rheight=50"
>
> TypoScript:
> 10 = MULTIMEDIA
> 10 {
>     file = fileadmin/film.swf
>     params (
>        width=100
>        height=50
>     )
> }

Schau mal in t3lib_tsparser, vielleicht findest Du da einen Hinweis
auf die umgekehrte Richtung.

Gruß

Jens

-- 
Jens.Scheidtmann at bayerbbs.com



More information about the TYPO3-german mailing list