ecshop 团购-》调取评论

涉及到的文件及代码:lib_insert.php,comments.lbi,{insert name='comments' type=$type id=$id}

html代码:

<blockquote><!-- #BeginLibraryItem "/library/comments.lbi" --><!-- #EndLibraryItem --></blockquote>

php代码

$smarty->assign('type', 0); // 产品评论
$smarty->assign('id', 17); // 产品评论ID 所需要的id

关键点: 需要设置  type=$type id=$id这两个属性( id是产品的id)

上一篇:游戏编程之Unity常用脚本类的继承关系


下一篇:说说Core Animation