Heim > Fragen und Antworten > Hauptteil
$result = Staff::update([
'name'=>'Takematsu',
],['id'=>1045]);
if ($result){ return $re sult- > ;name.'Update erfolgreich';
}else{
return $result->getError();
}
WJ2020-05-20 16:39:22
可以贴一下完整的代码吗 或者可以参考一下 https://www.php.cn/php/php-update-method.html