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 |
What are the new features acquired in yii2?
How to include a javascript menu through a site?
How to make layout in yii?
What is active record(ar) in yii?
What is helper in yii? Why it is used?
Why yii framework is faster?
What is the first function that gets loaded from a controller?
Can you list some database related functions in yii?
What are the application structure of yii 2.0 framework?
What is the first file that gets loaded when you run a application using yii?
What is request life-cycle of yii 2.0 framework?
How to use delete(), insert() and save() methods in yii2?