国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 網(wǎng)站 > 建站經(jīng)驗 > 正文

ecshop獲取點擊人氣排行榜

2024-04-25 20:42:27
字體:
供稿:網(wǎng)友

關(guān)于ecshop獲取點擊人氣排行榜,具體如下:

兩部分。index.php和lib_goods.php

關(guān)于涉及到index.dwt的,請將按銷量排行的改為from = top_hots_all

index.php增加

$smarty->assign('top_hots_all', get_top10_hot(0)); // 全部人氣排行

/**

lib_goods.php lib庫增加函數(shù)(children取得子類產(chǎn)品id)

* 調(diào)用當(dāng)前人氣排行榜

*按點擊排列 i<10 顯示10個

* @access public

* @param string $cats 查詢的分類

* @return array

*/

function get_top10_hot($cats)

{

if (empty($cats))

{

$children = '';

}

else

{

$children = "WHERE ".get_children($cats);

}

$sql = 'SELECT * ' .

' FROM ' . $GLOBALS['ecs']->table('goods') .' g '.

" $children" .

' ORDER BY click_count DESC LIMIT 0 , 10';

$hot = $GLOBALS['db']->getALL($sql);

for ($i = 0; $i < 10; $i++)

{

$hot[$i]['short_name'] = $GLOBALS['_CFG']['goods_name_length'] > 0 ?

sub_str($hot[$i]['goods_name'], $GLOBALS['_CFG']['goods_name_length']) : $hot[$i]['goods_name'];/*$hot[$i]['goods_name'];*/

$hot[$i]['url'] = build_uri('goods', array('gid' => $hot[$i]['goods_id']), $hot[$i]['goods_name']);

$hot[$i]['name'] = $hot[$i]['goods_name'];

}

return $hot;

}

以上就是本文章全部內(nèi)容,希望對大家有所幫助。

發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 马龙县| 阳曲县| 天门市| 奈曼旗| 舒城县| 建湖县| 科技| 辉县市| 沾化县| 温泉县| 昌吉市| 泰和县| 松原市| 莱州市| 隆安县| 民县| 河曲县| 巴林右旗| 绥化市| 阳泉市| 县级市| 闸北区| 恩施市| 攀枝花市| 司法| 禹城市| 古蔺县| 平昌县| 五大连池市| 克什克腾旗| 富民县| 拉萨市| 丰镇市| 白玉县| 伽师县| 赤水市| 平泉县| 扶绥县| 长治市| 海门市| 遂川县|