摘要: 这个注入与bind注入差不多 环境搭建 直接在IndexController.class.php中创建一个demo public function index(){ $map=array(); $map['id']=$_GET['id']; $data=M('users')->where($map) 阅读全文
posted @ 2020-10-16 09:58 lktop 阅读(1261) 评论(0) 推荐(0) 编辑
摘要: 环境搭建 直接在IndexController.class.php中创建一个demo public function index(){ $data = M('users')->find(I('GET.id')); var_dump($data); } 数据库配置: <?php return arra 阅读全文
posted @ 2020-10-16 09:57 lktop 阅读(552) 评论(0) 推荐(0) 编辑