04 2019 档案

摘要:DB::connection()->enableQueryLog();#开启执行日志 $count = DB::table('test') //执行查询 ->whereNull('deleted_at') ->where('id', '=', 3) ->where('Name', '=', '测试') ->count(); prin... 阅读全文
posted @ 2019-04-17 13:29 phpwyl 阅读(5663) 评论(0) 推荐(0) 编辑
摘要:public function items() { return $this->belongsToMany('App\Model\Cz\CzCourse', 'cz_picture_course', 'picture_id', 'course_id'); } //获取分类 public function getList() { ... 阅读全文
posted @ 2019-04-16 11:54 phpwyl 阅读(3731) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示