首页| 版块| 我的| 发帖| 消息
主题:关于帖子收藏排行Top50
zhangjingyu 
继续另外一个文件
apps/hot/lib/index.class.php
function getData($top,$rt,$fTime,&$fType){
global $units;
switch ($top) {
case 'memberHot':
$result = $this->getUserHot($rt,$fTime,$fType);
break;
case 'threadHot':
$result = $this->getThreadsHot($rt,$fTime,$fType);
break;
case 'diaryHot':
$result = $this->getLogHot($rt,$fTime,$fType);
break;
case 'picHot':
$result = $this->getPicHot($rt,$fTime,$fType);
break;
case 'forumHot':
$result = $this->getForumHot($rt,$fTime,$fType);
break;
}
zhangjingyu回帖于2018-08-10 16:13[查看电脑版]
下一楼»:该文件继续(getThreadsHot)
function getThreadsHot($rt,$fTime,&$fType){
$filte ..
«上一楼:应该就是5,6行的m_hot_threads.htm

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