Home »
MCQs »
Yii PHP Framework MCQs
The constant ____ is used to enable or deactivate debugging in a Yii application
13. The constant ____ is used to enable or deactivate debugging in a Yii application.
- YII_ENV
- YII DEBUG
- YII_ENABLE_ERROR_HANDLER
Answer: B) YII DEBUG
Explanation:
The constant YII DEBUG is used to enable or deactivate debugging in a Yii application.