摘要: //删除分类 public function del(){ $cid = I('get.cid'); $cate = M('category')->field('cid,pid')->select(); $cate = $this->son_cate($cate,$cid); $cate[] = $ 阅读全文
posted @ 2016-10-07 22:03 Yxh_blogs 阅读(34053) 评论(0) 推荐(1) 编辑
摘要: 今天访问PHP网站如下以下错误: Fatal error: Maximum function nesting level of '100' reached, aborting! 原因分析: 这个问题是由于你启用了xdebug,而xdebug默认设置了函数最大嵌套数为100 解决办法: 找到php.i 阅读全文
posted @ 2016-10-07 21:14 Yxh_blogs 阅读(1727) 评论(0) 推荐(0) 编辑
摘要: 无限级分类递归排序 阅读全文
posted @ 2016-10-07 20:14 Yxh_blogs 阅读(422) 评论(0) 推荐(0) 编辑