$this->save() 的参数问题 [ 未指定版本 ]
$this->save()
的参数有 True 和 False,请教他们都代表什么意思啊?
YiiSoEasy 补充于 2014-12-12 11:01
非常感谢,Thanks
其他 4 个回答
-
2575056200 回答于 2014-12-12 10:16 举报
追踪代码是:true 插入 false 更新
if ($this->getIsNewRecord()) { return $this->insert($runValidation, $attributeNames); } else { return $this->update($runValidation, $attributeNames) !== false; }
-
采纳了一个明显错误的答案……
共 1 条回复2575056200 回复于 2015-01-07 14:10 回复那段时间我还没用YII,只是追踪进去看是看到 $this->getIsNewRecord() 。误导了楼主了
YiiSoEasy 中国
注册时间:2014-11-25
最后登录:2024-10-19
在线时长:189小时7分
最后登录:2024-10-19
在线时长:189小时7分
- 粉丝210
- 金钱10947
- 威望120
- 积分14037