[TYPO3-dev] howto display a record from another plugin in my fe-plugin?

Popy popy.dev at gmail.com
Mon May 14 13:12:09 CEST 2007


$cObj = t3lib_div::makeInstanceOf('tslib_cObj');
$cObj->start($theRecordData, 'tt_address');
$content = $cObj->cObjGetSingle('< tt_address', array());




More information about the TYPO3-dev mailing list