Working on the U of our CRUD application, its time to start building the update functions related to our posts. The goal of this video today is to create a form that we can use to make changes to our post with a button to then save the changes.
We will be filling in the edit() function of our crud today, which is going to simply grab the post from the database, store it in a variable and then pass it into the view. This is nothing out of the ordinary that we haven't done before.
When we make our view
آی-ویدئو