[TYPO3] Rendering of content element from inside my plugin

Adam Nojszewski adam at nojszewski.coim
Tue May 16 14:49:51 CEST 2006


Adam Nojszewski napisał(a):
> Hello
> 
> I want to render some content elements in default way inside my 
> extension. I know uids of them, I can do database query, but what 
> function should I use to render them?

I have found solution on typo3-dev:

$cObj = t3lib_div::makeInstance("tslib_cObj");
$conf = array('table' => 'tt_content',
	'select.' => array('uidInList' => $uid),
);
$c.= $cObj->CONTENT($conf);


regards
-- 
Adam Nojszewski                           gg:9130731 skype:anojszewski
----------------------------------------------------------------------
Wejdź, zobacz, pamiętaj!  --  63 dni chwały...  --  http://www.1944.pl



More information about the TYPO3-english mailing list