首页  >  文章  >  后端开发  >  ecshop怎样单独的取出各项评论的数据

ecshop怎样单独的取出各项评论的数据

WBOY
WBOY原创
2016-06-06 20:13:52871浏览

ecshop的评论应该怎样单独取出我要的数据呢?

<code><div class="comment_yes">
    <p class="comment_pl">
        <span class="dspinl2 comment_name">
            <em>评论者的头像</em>
            <i class="">评论者的用户名</i>
        </span>
        <span class="dspinl2 comment_text">
        <em>
            评论内容
        </em>
        <i>评论时间</i>
        </span>
    </p>
</div>
</code>

因为ecshop在页面通过{insert name='comments' type=$type id=$id}一下子取太多东西了,我要怎样能单独取出上面那种我要的数据呢?

回复内容:

ecshop的评论应该怎样单独取出我要的数据呢?

<code><div class="comment_yes">
    <p class="comment_pl">
        <span class="dspinl2 comment_name">
            <em>评论者的头像</em>
            <i class="">评论者的用户名</i>
        </span>
        <span class="dspinl2 comment_text">
        <em>
            评论内容
        </em>
        <i>评论时间</i>
        </span>
    </p>
</div>
</code>

因为ecshop在页面通过{insert name='comments' type=$type id=$id}一下子取太多东西了,我要怎样能单独取出上面那种我要的数据呢?

重写 comments 的代码。
{insert name='comments' type=$type id=$id}
这一块是调用了一个文件的,找到这个文件,重写。

声明:
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn