[TYPO3-dev] Rendering virtual content elements

Nikolas Hagelstein hagelstein at shr.cc
Wed Oct 10 10:19:02 CEST 2007


Hi,

Francois Suter wrote:
> Maybe you should take a look at the RECORDS() method of the
> tslib_cObj class in typo3/sysext/cms/tslib/class.tslib_content.php. 
For thoose who are interessted in :
---
$cObj =t3lib_div::makeInstance('tslib_cObj');
$cObj->start($data, '_NO_TABLE'); // $data contains the tupple from
tt_content
$content=$cObj->cObjGetSingle('<tt_content');
----
Did the trick

Cheers,
Nikolas


More information about the TYPO3-dev mailing list