[Typo3-dev] T3 function for parsing ext_typoscript_setup.txt into	array?
    Robert Lemke 
    rl at robertlemke.de
       
    Wed Jul  9 11:32:53 CEST 2003
    
    
  
Hey devs,
I'm desperately looking for the function which parses a textfile or string
into
an TypoScript object / array.
Situation is that I want to read a file like ext_typoscript_setup.txt and
get
the objects in an array.
plugin.bla {
    foo = bar
}
$conf ['plugin.']['bla.']['foo'] = 'bar'.
I'd rather use the correct T3 function instead of splitting the file into an
array
myself.
During my search for that function I got stuck at
t3lib_TStemplate->processTemplate().
Anyone?
-- 
robert
    
    
More information about the TYPO3-dev
mailing list