[TYPO3-dev] problem with new way or rendering RECORDS in 4.5 beta
    Steffen Kamper 
    info at sk-typo3.de
       
    Thu Nov 25 18:42:45 CET 2010
    
    
  
Hi,
Krystian Szymukowicz schrieb:
> 
> function main () {
> $local_cObj = t3lib_div::makeInstance('tslib_cObj');
> 
>   cConf = array(
>       'tables' => 'tt_content',
>       'source' => '2233',
>       'dontCheckPid' => 1,
>    );
> 
> $content = $local_cObj->RECORDS($cConf);
> return $content;
> }
> 
> 
> The function call
> $local_cObj->RECORDS($cConf);
> makes some early return before writing anything to $content
> 
> 
this works fine for me ;) Sure your record exists?
vg Steffen
    
    
More information about the TYPO3-dev
mailing list