[Typo3-UG Oesterreich] Content Rendering

media.res | alex widschwendter a.widschwendter at mediares.at
Wed Dec 22 13:18:10 CET 2004


hola,

> Ich würd gern eine Extension schreiben die selber bestimmte Content
> Elemente (Text, Text m. Bild) aus der DB holt und diese dann selber
> rendert ...

   $cObj = t3lib_div::makeInstance("tslib_cObj");
   $conf = array('table' => 'tt_content',
                 'select.' => array('pidInList' => $pidList,
                                    'orderBy' => 'sorting')
           );
   $renderedContent = $cObj->CONTENT($conf);

hth alex



More information about the TYPO3-at mailing list