What is the naming convention inyii?
Answer / Neeraj Kumar
The naming convention in Yii is similar to other PHP frameworks. Controllers are named in CamelCase, Models have the suffix 'Model', and views follow the controller action's name.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is name of first file the loaded when yii framework starts?
How to set default controller on yii project ?
What are components in yii 2.0 framework?
What is difference between “render” and “renderpartial” in yii?
How to get the get home page url in yii?
What are the system requirements to install yii2?
What are the server requirements to install yii 2.0 framework?
What is filter on yii framework ?
How can you include a javascript menu throught the site? Give steps
What are the great feature of yii framework?
What is the first file that gets loaded when you run a application using yii?
How to get current controller id in yii ?