thinkphp3.2.3 如何关闭数据库模型检测?就是数据表不存在只实例调用模型文件 60
1个回答
2015-11-28
展开全部
$db = M('table'); //表名
$where = array( //条件数组
'id' => 2,
);
$rs = $db->where($where)->select(); //查询, 用find()只能查出一条数据,select()多条
$this->assign('datalist',$rs); //模板赋值
$this->display();//输出到模板
$where = array( //条件数组
'id' => 2,
);
$rs = $db->where($where)->select(); //查询, 用find()只能查出一条数据,select()多条
$this->assign('datalist',$rs); //模板赋值
$this->display();//输出到模板
追问
对你这种人我想问候你母亲
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询