search

Home  >  Q&A  >  body text

php - yii2save insert data is invalid

< br>

Why is there no data?

phpcn_u1582phpcn_u15822799 days ago262

reply all(2)I'll reply

  • PHP中文网

    PHP中文网2017-05-16 13:14:37

    You must write rules and the field is required before you can insert it

    reply
    0
  • 天蓬老师

    天蓬老师2017-05-16 13:14:37

    After executing the save() method, you can get the error information according to $model->errors and modify it according to the error prompt

    reply
    0
  • Cancelreply