[Typo3-german]  Array -> TypoScript
    Marcel Gmür 
    typo3news at gmuer.org
       
    Thu Aug 11 23:38:12 CEST 2005
    
    
  
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
    )
}
Vielen Dank und Gruss
Marcel
    
    
More information about the TYPO3-german
mailing list