[TYPO3-german] userFunc -> in PHP auf parameter zugreifen
Christian Hünniger
huenniger at mellowmessage.de
Wed Aug 1 11:20:10 CEST 2007
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
### Ausgabe start
conf
Content: Hello World
### Ausgabe end
Gruss Christian
More information about the TYPO3-german
mailing list