Home »
MCQs »
Yii PHP Framework MCQs
____ function generates the form's opening element and returns the HTML code for it
43. ____ function generates the form's opening element and returns the HTML code for it.
- beginForm()
- endForm()
- Form()
Answer: A) beginForm()
Explanation:
beginForm() function generates the form's opening element and returns the HTML code for it.