首页调用评论 图片怎么掉用过来
2016-07-07 16:19 来源:www.chinab4c.com 作者:ecshop专家
| ECSHOP 2.7我用的是 360那个模板建立个新库文件 代码如下: <meta http-equiv="Content-Type" content="text/html; charset=gbk"> <?php if(!function_exists("get_comments")){ 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; } $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; } } ?> <?php $this->assign('my_comments',get_comments(10)); // 6 ?> <div class="modTitle clearfix"> <span class="left"></span><span class="right"></span> <div class="f_l">最新热评</div> </div> <div class="modBox"> <ulclass="promotion_info"> <!--{foreach from=$my_comments item=comments}--> <li>·<a href="goods.php?id={$comments.id_value}" target="_blank">{$comments.content|truncate:60:""}</a></li> <!--{/foreach}--> </ul> </div> 我这个代码没调用 图片与名字功能版主给我改改 让它能调用对应的产品图片与名字 先谢谢 | 
回答:
| 自己先顶下 | 
| 需要更改程序,如果程序无输出,那么前台是不能调用的 | 
 
        
					
						
                          
					
				 
      
      最近更新
常用插件
- ecshop的oss插件
                                  ecshop的oss插件免费共享了,oss,ecshoposs... 
- ecshop没登陆情况下订单查
                                  ecshop没登陆情况下订单查询插件,主要是针对ecshop在没有登陆的情况下... 
- ecshop订单聚合插件
                                  ecshop订单聚合插件,主要是为了方便ecshop中订单产品到货情况的分析和... 
- ecshop虚拟发货插件
                                  ecshop虚拟发货插件介绍: ecshop虚拟发货插件,主要为了通过后台手动录... 
- ecshop注册审核插件
                                  ecshop插件介绍:ecshop会员注册审核插件,主要是在前台提供给注册的时候... 
ecshop热门问答
ecshop热门资料
          
               
            ecshop排版 
                
            ecshop合作伙伴 
                
            ecshop海外 
                
            ecshoplbi 
                
            ecshop去百度 
                
            ecshop打印订单 
                
            ecshop古典 
                
            ecshop国外网站 
                
            ecshop超级 
                
            ecshoplarger 
                
            ecshop操作后台 
                
            ecshop帖子 
                
            ecshop老域名 
                
            ecshop杂志订阅 
                
            ecshop物流 
                
            ecshop意思 
                
            ecshopfirst 
                
            ecshop商品咨询分类 
                
            ecshop发送短信 
                
            ecshop团购价格 
                
            ecshopECSHOP优惠套餐插件 
                
            ecshopJMAI 
                
            ecshopgone 
                
            ecshop搜索栏不可用 
                
            ecshop产品 
                
            ecshop安装后不能登陆 
                
            ecshop面交 
                
            ecshop1200 
                
            ecshopuhome 
                
            ecshop注册码 
             
        
      


