37 $select = empty($select) ? [
'*'] : $select;
38 $order = empty($order) ? [
'ID'=>
'ASC'] : $order;
40 $tradingPlatforms = TradingPlatformTable::getList(
50 return new Page(
'TRADE_PLATFORMS', $tradingPlatforms,
function() use ($filter)
52 return TradingPlatformTable::getCount($filter);