Das PHP-Script sieht dann so aus:
class user_testMd5 {
var $cObj;// The backReference to the mother cObj object set at call time
/**
* Call it from a USER cObject with 'userFunc = 
user_randomImage->main_randomImage'
*/
function main($content,$conf)
{
$content.='<span style="color:'.$conf["color"].'">'.$conf["value"].' as md5 
'.md5($conf["value"]).'</span>';
return $content;
}
}
_______________________________________________
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

Antwort per Email an