[Typo3-dev] render the whole content of a page in extension

Tim Kleigrewe x27 at e27.com
Thu Jan 27 18:26:56 CET 2005


that was quick and exactly what i was looking for.

thank you!

media.res | alex widschwendter schrieb:
> hi tim,
> 
> Try to make a cObj and use the CONTENT() method from it.
> 
>   $cObj = t3lib_div::makeInstance("tslib_cObj");
>   $conf = array('table' => 'tt_content',
>                 'select.' => array('pidInList' => $pidList,
>                                    'orderBy' => 'sorting')
>           );
>   $renderedContent = $cObj->CONTENT($conf);
> 
> This is the same as the "CONTENT" object in TS, so the configuration
> is the same as described in:
> 
> http://typo3.org/documentation/document-library/doc_core_tsref/CONTENT-1/
> 
> hth alex




More information about the TYPO3-dev mailing list