suchen

Heim  >  Fragen und Antworten  >  Hauptteil

Warum kann das Update nicht erstellt werden?

$result = Staff::update([

      'name'=>'Takematsu',    

    ],['id'=>1045]);  

  if ($result){         return $re sult- > ;name.'Update erfolgreich';      

}else{      

 return $result->getError();      

}

王佳祥王佳祥1694 Tage vor1188

Antworte allen(1)Ich werde antworten

  • WJ

    WJ2020-05-20 16:39:22

    可以贴一下完整的代码吗  或者可以参考一下 https://www.php.cn/php/php-update-method.html

    Antwort
    0
  • StornierenAntwort