首页| 版块| 我的| 发帖| 消息
主题:关于帖子收藏排行Top50
zhangjingyu 
该文件继续(getThreadsHot)
function getThreadsHot($rt,$fTime,&$fType){
$filter = $this->utility->activeCurrentFilter($rt,$fTime,$fType);
$result['fTime'] = $filter['selectTime'];
$result['fType'] = $filter['selectType'];
$result['fTypeData'] = $filter['filterTypeData'];
$result['fTimeData'] = $filter['filterTimeData'];
$result['currentTime'] = $filter['currentTime'];
$result['currentType'] = $filter['currentType'];
$limit = $result['fTimeData']['filterItems'][array_search($result['fTimeData']['current'],(array)$result['fTimeData']['filters'])];
$action_time = $result['fTimeData']['current'];
$action_type = $result['fTypeData']['current'];
if ($rt['tag'] == "threadRate") {
$rt['tag'] = $action_type;
$action_type = null;
}
$result ['data'] = $this->datanalyse->getSortData ( $rt['tag'], $action_time, $limit, $action_type);
return $result;
}
zhangjingyu回帖于2018-08-10 16:14[查看电脑版]
下一楼»:继续以“activeCurrentFilter”进行搜索,apps/hot/lib/utility.class.php
function activeC ..
«上一楼:继续另外一个文件
apps/hot/lib/index.class.php
function getData($top,$rt,$fTime,&am ..

查看全部回帖(77)
«返回主帖