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

首頁 > CMS > Ecshop > 正文

ECSHOP二次開發(fā)之首頁調(diào)用商品評(píng)論

2024-07-09 22:56:51
字體:
供稿:網(wǎng)友
1.首先在library創(chuàng)建index_comments.lib文件,
2.然后index.php寫一個(gè)方法:
function get_comments($num)
{
   $sql = 'SELECT * FROM ecs_comment '.
            ' WHERE status = 1 AND parent_id = 0 and comment_type=0 '.
            ' ORDER BY add_time DESC';
  if ($num > 0)
  {
   $sql .= ' LIMIT ' . $num;
  }
  //echo $sql;
      
  $res = $GLOBALS['db']->getAll($sql);
  $comments = array();
  foreach ($res AS $idx => $row)
  {

   $comments[$idx]['user_name']       = $row['user_name'];
   $comments[$idx]['content']       = $row['content'];
            $comments[$idx]['id_value']       = $row['id_value'];

  }
  return $comments;
}

3.在index.php大概128行處添加$smarty->assign('my_comments',get_comments(10));              // 用戶評(píng)論

4.index_comments添加,    <!--{foreach from=$my_comments item=comments}-->
    <a href="goods.php?id={$comments.id_value}" target="_blank" style="float:left;">{$comments.content|truncate:30:""}</a>
    <font style="margin-left:20px; color:#CCC; float:right;">{$comments.add_time}</font><br>

    <!--{/foreach}-->

5.在首頁index.dwt調(diào)用商品用戶評(píng)論
<!-- #BeginLibraryItem "/library/index_comments.lbi" --><!-- #EndLibraryItem -->
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 冀州市| 黔东| 尚志市| 博罗县| 神池县| 古丈县| 大竹县| 西乌珠穆沁旗| 靖江市| 襄樊市| 会同县| 淮阳县| 花垣县| 武邑县| 浏阳市| 内乡县| 交口县| 浑源县| 兴文县| 文水县| 镇康县| 亳州市| 靖远县| 聊城市| 蛟河市| 吉安市| 苍梧县| 邯郸市| 江安县| 宝山区| 龙州县| 巨鹿县| 宜春市| 苗栗市| 密云县| 海淀区| 扶绥县| 三都| 万州区| 南昌县| 伽师县|