insert update delate data

Hello dear Yii developers,

I have tried CRUD to manipulate my data, but i dont know how it works exactly, and I dont konw how to change the form dields and their positions in the view according to my needs. For that can anyone give me an example of how to get data from a personal form and how to insert, update and delate it from my data base without using AvtiveForm if possible.

Else, can you tell me how to personalize the views using CRUD.

Thank you

You can personalize your form fields position of your view from this path: app\views\[view_folder]\_form.php file.

Let me know if any query/concern regarding this.

Thanks,

Saurabh Dhariwal

Thank you