您好,欢迎来到三六零分类信息网!老站,搜索引擎当天收录,欢迎发信息

yii怎么更新数据

2024/8/10 4:28:45发布169次查看
yii怎么更新数据
1、使用update()
//runvalidation boolen 是否通过validate()校验字段 默认为true //attributenames array 需要更新的字段 $model->update($runvalidation , $attributenames);
2、使用updateall();
相关文章教程推荐:yii教程
//update customer set status = 1 where status = 2customer::updateall(['status' => 1], 'status = 2'); //update customer set status = 1 where status = 2 and uid = 1;customer::updateall(['status' => 1], ['status'=> '2','uid'=>'1']);
3、使用save();
$customer = customer::find() ->where(['id' => 1]) ->one();$customer->name = 'zhangsan';$customer->save();
更多yii相关教程及编程知识,请访问编程学习课程。
以上就是yii怎么更新数据的详细内容。
该用户其它信息

VIP推荐

免费发布信息,免费发布B2B信息网站平台 - 三六零分类信息网 沪ICP备09012988号-2
企业名录 Product