CDBResult GetList( [array arOrder [, array arFilter [, bool bCount ]]] );
The GetList method returns a selection of records filtered by arFilter and sorted in the arOrder order.
Parameter | Description |
---|---|
arOrder |
An array of the format Array(by1=>order1[, by2=>order2 [, ..]]),
where:
|
arFilter |
An array in the format array("filtered
field"=>"filter value" [, ...]). The following
values are possible:
|
bCount | If set to true, the method returns the number of messages that match the filter. Optional. False by default. |
The method returns an instance of the CDBResult object.
CDBResult
Dictionary table
Transliteration dictionary table
© 2001-2007 Bitrix | Bitrix Site Manager - Content Management & Portal Solutions |