Simple student form

Hello guys,

I am new in php environment and yii framework. I have install the sample website by yii framework its also have some login ,contact… etc form. Now i want to make our own form like student information and have to store their info in mysql data base. please help me out step by step so that i can implement it asap.

If you already have the database table defined, go into config/main.php and enable gii.

Use gii to create your model and your curd application which will allow you to create, read, update and delete records.