[Typo3-dev] [Typo3] Rendering flexible content from an extension

Bjoern Pedersen Bjoern.Pedersen at frm2.tum.de
Fri Jul 15 13:35:29 CEST 2005


I am currently trying do develop an extension, which list selected
FCE-elements from a page in list-mode and allows also single page
display. But I am stuck now, as I cannot find a method to render the
fce-content element. 
Any Ideas are welcome.

This is the latest try, which is not working :-(

       function makelist() {

        $addWhere=" AND tt_content.tx_templavoila_ds =6";
        $query=$this->pi_list_query("tt_content",0,$addWhere,'','','uid','');
        $this->conf['content.']['select'] =$query ;
        $this->conf['content.']['table'] =tt_content;
   
        $lcObj = t3lib_div::makeInstance('tslib_cObj');
        $out=$lcObj->cObjGet($this->$conf['content'],$this->$conf['content.']);
$out.=t3lib_div::view_array($this->conf);

        return $out;
}


Regards Björn

-- 
Bjoern Pedersen                         Lichtenbergstr.1
Technische Universitaet Muenchen        D-85747 Garching
ZWE Instrumentierung FRM-II
 Tel. + 49 89 289-14707 Fax -14666




More information about the TYPO3-dev mailing list