-0.30
Рейтинг
0.03
Сила
Решил вопрос:

$aResult=$this->PluginForum_Forum_GetTopicItemsAll(
			array(
				'#where'=>array('forum_id IN (?a)'=>array($aForumsId)),
				'#order'=>array('last_post_id'=>'desc'),
				'#page'=>array(1,Config::Get('block.stream.row'))
			)
		);
                        $aLastTopics= $aResult['collection'];
		        $this->Viewer_Assign('aLastTopics',$aLastTopics);