摘要: 1.DB facade实现curd $result = DB::select('select * from student'); $bool = DB::insert('insert into student(name, age) values(?, ?)', ['zhangsan', 18]); 阅读全文
posted @ 2017-03-23 14:58 Sentiger 阅读(943) 评论(0) 推荐(0) 编辑