search

Home  >  Q&A  >  body text

Why can't the update be created?

$result = Staff::update([  

      'name'=>'Takematsu',    

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

  if ($result){         return $result->name.'Update successful';      

}else{       

 return $result->getError();      

}

王佳祥王佳祥1658 days ago1166

reply all(1)I'll reply

  • WJ

    WJ2020-05-20 16:39:22

    Can you post the complete code? Or you can refer to https://www.php.cn/php/php-update-method.html

    reply
    0
  • Cancelreply