猿问
Laravel Eloquent save 触发了哪些事件?
Laravel Eloquent save 触发了哪些事件
阿波罗的战车
浏览 877
回答 1
1回答
交互式爱情
Illuminate/Database/Eloquent/Model.php public function save(array $options = []) { $query = $this->newQueryWithoutScopes(); if ($this->fireModelEvent('saving') === false) { return false; } if ($this->exists) { $saved = $this->p.
0
0
0
随时随地看视频
慕课网APP
相关分类
laravel
关于laravel5.5分页生成url非https问题?
1 回答
我要回答