2020年7月20日

lave框架增删改查

摘要: 添加数据 // $arr=['type=>我的天']; // DB::table('book')->insert($arr); // // 添加后获取id // $id=DB::table('book')->insertGetId($arr); // var_dump($id); // // 更新 阅读全文

posted @ 2020-07-20 11:09 vermouthmo 阅读(159) 评论(0) 推荐(0)

导航