[Typo3] Recursively render pages
Jeppe Vesterbæk
jhve02 at control.auc.dk
Thu Jun 30 12:04:27 CEST 2005
Hi Again
> 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/
Well, well, well, did you just make my day there - I think you did ;-)
Thank you very much for the help and have a great summer.
/Jeppe
More information about the TYPO3-english
mailing list