Home »
MCQs »
Yii PHP Framework MCQs
____ is a feature in the Yii framework that allows you to validate form data on the client side using JavaScript and AJAX calls without having to reload the page
49. ____ is a feature in the Yii framework that allows you to validate form data on the client side using JavaScript and AJAX calls without having to reload the page.
- Authentication
- Data Validation
- AJAX Validation
- Ad-hoc validation
Answer: C) AJAX Validation
Explanation:
AJAX validation is a feature in the Yii framework that allows you to validate form data on the client side using JavaScript and AJAX calls without having to reload the page.