What are the naming convention in yii 2.0 framework?
Answer / Arpit Gupta
Yii 2.0 follows a strict naming convention to ensure consistency across the application. For example, model classes should end with 'Model', controller classes should end with 'Controller', and module classes should end with 'Module'.
| Is This Answer Correct ? | 0 Yes | 0 No |
Which orm does yii2 supports?
what is meant by yii framework?
What is the difference between yii & yii2?
What is required properties in yii application? Why?
What are the directory structure of yii 2.0 framework?
What is name of first file the loaded when yii framework starts?
What is gii in yii 2 and for what it is used?
How to get current action id in yii ?
What do you mean by active record in yii?
How can we set a flash message in yii2?
Which php version is required to install yii 2.0?
What is the directory structure of yii2?