[TYPO3-german] userFunc -> in PHP auf parameter zugreifen
Fabian Mielke - Medienmacher GmbH
fm at medienmacher.de
Wed Aug 1 14:18:18 CEST 2007
Hallo Christian,
versuch doch mal mit der Typo3 Debug-Klasse zu arbeiten.
Also anstelle:
print_r ( $conf, 1 );
nimmst du
t3lib_div::debug($conf, 'Configuration Array' );
Gruß
Fabian
>>Erstmal tausend Dank euch beiden.
>>
>>funktioniert hso halb ;)
>>
>>habe folgendes TS:
>>
>> ### start
>> temp.info = TEXT
>> temp.info {
>> value = Hello World
>> postUserFunc = tx_infolinestartsite_pi1->getOfficeLink
>> postUserFunc.uppercase = 1
>> postUserFunc.irgednwas = bla
>> postUserFunc.irgednwas.typolink = 11
>> }
>> ## end
>>
>> und meine php mehtode
>>
>> ### start
>> function getOfficeLink( $content, $conf, $setDebug = 0 )
>> {
>> echo '<h1>conf</h1><pre>';
>> print_r ( $conf, 1 );
>> echo '</pre>';
>> echo '<br />Content: ' . $content;
> >### end
>>
> >Als ausgabe bekomme ich den Content, aber nicht das conf_array
More information about the TYPO3-german
mailing list