[TYPO3-german] $markerArray['###CONTENT_NEWS###'] = $this->cObj->RECORDS ( array ( 'tables' => 'tt_content', 'source' => $cookArr['other_newsid'], 'dontCheckPid' => 1 ) );

Christian Hünniger huenniger at mellowmessage.de
Fri Jul 27 16:51:50 CEST 2007


Diese Abfrage holt mir einige datensätze von eines bestimmten eintrags.
(tt_news) 

Ich würde das gern auf 3 begrenzen, ist das möglich?


$markerArray['###CONTENT_NEWS###'] = $this->cObj->RECORDS ( 
array ( 
   'tables' => 'tt_content', 
   'source' => $cookArr['other_newsid'], 
   'dontCheckPid' => 1 ) );


More information about the TYPO3-german mailing list