10. How to update form data into database? || Yii2 Active form

Опубликовано: 28 Сентябрь 2024
на канале: Manvi ojha
769
13

In this video you will learn how you can update form data into database.
Theory:
In grid-view action column… there’s 3 action (view,update,delete)
when you click the UPDATE (pencil icon) button… it will go to update form and the text-field is filled with data from database…
So If you want to change those values you can update the form data.

Happy Coding

How to save form data into database?
   • 9. How to insert form data into datab...