CDBResult GetListEx( [array arOrder [, array arFilter [, bool bCount [, int iNum]]]] );
The method GetListEx returns a filtered and sorted list of topics including all bound data.
Parameter | Description |
---|---|
arOrder |
An array of the format Array(by1=>order1[, by2=>order2 [, ..]]). This parameter is detailed in CForumTopic::GetList. |
arFilter |
An array of the format array("filter field"=>"filter value" [, ...]). This parameter is detailed in CForumTopic::GetList. |
bCount |
If parameter is true, only the number of topics that conforms to the specified filter is returned. Optional. The default value is false. |
iNum | Maximum number of records returned. If the parameter iNum is not zero, a maximum of iNum records is returned. Not all databases support this feature. If the feature is not supported, this parameter is ignored. Optional. The default value is 0. |
© 2001-2005 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |