国产探花免费观看_亚洲丰满少妇自慰呻吟_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ā)表
主站蜘蛛池模板: 堆龙德庆县| 榆林市| 家居| 赤峰市| 营山县| 海丰县| 长子县| 临潭县| 谷城县| 施甸县| 中宁县| 义马市| 孟州市| 上犹县| 阜阳市| 房产| 舟山市| 获嘉县| 浑源县| 古丈县| 开化县| 南宁市| 独山县| 丹东市| 民县| 阿鲁科尔沁旗| 伊宁县| 鄂伦春自治旗| 壤塘县| 买车| 镇雄县| 扬州市| 逊克县| 桃园市| 祁连县| 房产| 新竹市| 武清区| 明溪县| 全州县| 明溪县|