代码
楠青
写代码呗
展开
-
app后台 接口加密解密 附带 一个冒泡
<?php namespace Home\Controller; use Think\Controller; class IndextestController extends Controller { public function index(){ //冒泡排序 $arr=array(1,43,54,62,21,66,32,78,36,76,39);翻译 2017-08-10 15:17:13 · 1374 阅读 · 0 评论 -
无限极分类这个是不用递归查询的
无限极分类这个是不用递归查询的 public function index(){ $items = array( 1 => array('id' => 1, 'sjdl' => 0, 'name' => '安徽省'), 2 => array('id' => 2, 'sjdl' => 0, 'name' => '浙江省'),原创 2017-08-10 15:39:42 · 754 阅读 · 1 评论