会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
个人技术博客
博客园
首页
管理
2017年3月10日
thinkphp3.2.3实现多条件查询实例.
摘要: $data = M("datainfo"); $projectsname = I('get.projectsname');//前台提交的模糊查询字段 // 查询条件 $where = ""; empty($projectsname)?($where=""):($where="status=1 and projectsname like '...
阅读全文
posted @ 2017-03-10 10:02 7small7
阅读(4555)
评论(0)
推荐(1)
编辑
thinkphp模板如何转换时间格式?
摘要:
阅读全文
posted @ 2017-03-10 10:01 7small7
阅读(5739)
评论(0)
推荐(0)
编辑
公告