Home »
MCQs »
Yii PHP Framework MCQs
____ in Yii framework refers to the process of verifying data without the use of a model
47. ____ in Yii framework refers to the process of verifying data without the use of a model.
- Authentication
- Data Validation
- Authorization
- Ad-hoc validation
Answer: D) Ad-hoc validation
Explanation:
Ad-hoc validation in the Yii framework refers to the process of verifying data without the use of a model.