Home »
MCQs »
Yii PHP Framework MCQs
____ is a constant that specifies the environment in which a Yii application runs, such as 'development' or 'production'
15. ____ is a constant that specifies the environment in which a Yii application runs, such as "development" or "production."
- YII_ENV
- YII DEBUG
- YII_ENABLE_ERROR_HANDLER
Answer: A) YII_ENV
Explanation:
YII ENV is a constant that specifies the environment in which a Yii application runs, such as "development" or "production."