Hello,
I tried of searched but I can not find.
I would like to know how to create and validate a form with Yii
Can you explain
and tell me where is the explanation in the documentation
Regards,
Peter
Hello,
I tried of searched but I can not find.
I would like to know how to create and validate a form with Yii
Can you explain
and tell me where is the explanation in the documentation
Regards,
Peter
The documentation you ask is here.
Take a look to all the section "working with form" and compare with the code generated by crud.
The form is in the view _form.php that is rendered by create or update view.
If you have further question, ask again in forum!