相关疑难解决方法(0)

update()之后返回Collection吗?

使用Raw,如何返回更新行的集合?

例如:

$updated = DB::table('users')->where('id', 1)->update(['votes' => 123]);
Run Code Online (Sandbox Code Playgroud)

我期望dd($updated)返回集合的更新行,但返回1。

{{$updated->votes}} should return 123
Run Code Online (Sandbox Code Playgroud)

php laravel laravel-5 laravel-5.3

5
推荐指数
3
解决办法
5070
查看次数

标签 统计

laravel ×1

laravel-5 ×1

laravel-5.3 ×1

php ×1