Where can i find the yii version of my yii app?
php, yii
Solution
You can use `getVersion()` of YiiBase
Yii::getVersion();
Problem
I recently started to work with yii, where can i find the yii version of my yii app?
php, yii
You can use `getVersion()` of YiiBase
Yii::getVersion();
I recently started to work with yii, where can i find the yii version of my yii app?