Explain naming convention in yii 2 framework?
Answer / Ankit Singh
In Yii 2 framework, the naming convention is used to follow a specific pattern for class and file names. For example, if you have a model named 'User', it will be located in the directory 'user' under 'models'. The corresponding PHP file will be named User.php.
| Is This Answer Correct ? | 0 Yes | 0 No |
How can we get all root directory path in yii2?
What is components in yii?
What are the great feature of yii framework?
What is cmodel class in yii 2.0 framework?
Explain naming convention in yii 2 framework?
What are the prerequisites yii?
How we can change the url for yii::app()->homeurl in yii2?
What is active record (ar) in yii framework?
How do you continue when you have to use yii for any application?
What are formatter in yii2?
What does yii stand for?
What is gii in yii 2.0?