[TYPO3-dev] howto display a record from another plugin in my fe-plugin?
Markus Schorer
ms at plain.de
Mon May 14 18:34:25 CEST 2007
hi,
just a simple correction for the archives
Popy wrote:
> $cObj = t3lib_div::makeInstanceOf('tslib_cObj');
has to be
$cObj = t3lib_div::makeInstance('tslib_cObj');
> $cObj->start($theRecordData, 'tt_address');
> $content = $cObj->cObjGetSingle('< tt_address', array());
perfect.
thanks a lot.
markus
--
_______________________________________________________________________
plain GmbH | daiserstrasse 15 | 81371 münchen
fon 089.540.149.0 | fax 089.540.149.44 | http://www.plain.de
More information about the TYPO3-dev
mailing list