How to generate crud code?
Answer / Raju Shah
To generate CRUD code in Yii, you can use Gii (Generator), a code generation tool. To access it, open your browser and visit 'http://localhost/web/gii'. Here, you can create models, controllers, and views for your database tables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Benifits of yii over other frameworks?
How to enable the pretty url format in yii2?
How to install yii framework?
What is filter on yii framework ?
How to change the existing style of yii pagination?
Why gii is used in yii 2.0?
What are the application structure of yii 2.0 framework?
How to configure yii application with database?
How we can change the url for yii::app()->homeurl in yii2?
List some features yii 2 framework?
How to access module component?
What are the core components of yii2 framework?