Home »
MCQs »
Yii PHP Framework MCQs
____ in the Yii framework is the process of determining if user-submitted data fits the needed criteria before it is stored in a database or utilized for other reasons
44. ____ in the Yii framework is the process of determining if user-submitted data fits the needed criteria before it is stored in a database or utilized for other reasons.
- Authentication
- Data Validation
- Authorization
- Ad-hoc validation
Answer: B) Data Validation
Explanation:
Data validation in the Yii framework is the process of determining if user-submitted data fits the needed criteria before it is stored in a database or utilized for other reasons.