Edit the values from the database on the website?
The page lists entries in the database, how to implement to each entry was a edit button, when clicked I change this field after it is saved to the database?
To do it through the form for each field separately or you can use GridView?
2 answers
Can be generated using a simple CRUD, and you can scratch and do through CRUD + PJAX + Form in Modal. In the second case we would not need to reload the page, which is very convenient.
Find more questions by tags PHPYii