[TYPO3-dev] Rendering virtual content elements

Nikolas Hagelstein hagelstein at shr.cc
Tue Oct 9 19:24:12 CEST 2007


Hi,

I.e: i got an array consisting of all tt_content fields eg:
---
uid => x
Pid => x
.
.
Ctype => text
Header => Test headline
Bodytext => lore ipsmu.
.
.
--
Now i would like to rendere this "array" /aka CE within my own plugin as if
it has been placed on the page
"manually".

I had a look at templavoila and came accross:
$cObj =t3lib_div::makeInstance('tslib_cObj');
$cObj->setParent(..); 
$cObj->start(..)
And $cObj->cObjGetSingle(..)

But i am not sure about how to put things together.
Any hints?
Cheers,
Nikolas





More information about the TYPO3-dev mailing list