码迷,mamicode.com
首页 >  
搜索关键字:thinkphp-where-字符串条件    ( 1个结果
thinkphp-where-字符串条件
语法Db::table(表名)->where(条件)->select();示例Db::table(‘think_user‘)->where(‘type=1ANDstatus=1‘)->select();预处理机制Db::table(‘think_user‘)->where("id=:idandusername=:name") ->bind([‘id‘=>[1,\PDO::PARAM_INT],‘name‘=>‘thinkphp‘]) -..
分类:Web程序   时间:2017-02-10 00:11:18    阅读次数:208
1条  
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!