[TYPO3-dev] problem with new way or rendering RECORDS in 4.5 beta

Krystian Szymukowicz t33k at prolabium.com
Thu Nov 25 18:40:27 CET 2010


W dniu 2010-11-25 18:23, Krystian Szymukowicz pisze:
>
> hi
>
> I am just testing 4.5 beta and have some problems probably with the
> newest typoscript interpreter.
>
>
> Imagine such code used in extension:
>
>
> 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
>
>
> Is this a known issue?
> I can not find anything in bugtracker.
>
>

Seems like this is problem when calling  RECORDS inside RECORDS.
Other objects like TEXT render well inside extesnion.

-- 
grtz
Krystian Szymukowicz




More information about the TYPO3-dev mailing list