06 2013 档案

摘要:例子:首页实现显示子分类商品,并实现点击Tab页切换分类商品(非AJAX)开始: 1. 打开调试开关 文件地址:include/cls_template.php 找到 : function _eval($content) 函数体第一行增加: echo($content); 改写调试完毕后在注释掉。2. 修改goods获取函数,以便显示子分类。 文件:include/cls_goods.php 找到函数:function assign_cat_goods,在$cat['id'] = $cat_id; 后增加一行:$cat['cat_id'] = get_child 阅读全文
posted @ 2013-06-23 02:58 花自有道 阅读(2044) 评论(2) 推荐(0)