摘要: $where_like = ['title','like','%' . $_GET['title'] . '%']; $result_list = $this->model->where($where) ->where($where_like[0],$where_like[1],$where_like[2]) ... 阅读全文
posted @ 2019-07-03 15:43 盘思动 阅读(2692) 评论(0) 推荐(0) 编辑
摘要: $where_time = []; if ($_GET['s_time'] && !isset($_GET['e_time'])){ $where_time = ['add_time','> time' , $_GET['s_time']]; $this->assign('s_time',$_GET['s_time'... 阅读全文
posted @ 2019-07-03 14:58 盘思动 阅读(7806) 评论(0) 推荐(0) 编辑
摘要: server { listen 80; server_name local.light.com; index index.html index.htm index.php; root /home/wwwroot/default/******/Public; // !!!! 所在的文件需要有可执行权限, 一般是75... 阅读全文
posted @ 2019-07-03 09:33 盘思动 阅读(190) 评论(0) 推荐(0) 编辑