Pros and cons of using Gii in Yii2 for implementing an admin panel
4 weeks 5 hours ago #3538
by ekatsa
Pros and cons of using Gii in Yii2 for implementing an admin panel
Please Log in to join the conversation.
4 weeks 5 hours ago - 4 weeks 5 hours ago #3539
by ekatsa
Gii is a code generator of Yii2. From the
article
Pros
- CRUD code is generated for each model/table, which you can subsequently change as you like.
- You don’t need to follow the ideology of the ready-made library and are free in your work.
- There are a sufficient number of ready-to-use frontend components in the framework itself.
Gii is a code generator of Yii2. From the
article
Pros
- CRUD code is generated for each model/table, which you can subsequently change as you like.
- You don’t need to follow the ideology of the ready-made library and are free in your work.
- There are a sufficient number of ready-to-use frontend components in the framework itself.
Last edit: 4 weeks 5 hours ago by ekatsa.
Please Log in to join the conversation.
Time to create page: 0.247 seconds