Pros and cons of us...
 
Notifications
Clear all

Pros and cons of using Gii in Yii2 for implementing an admin panel


(@elias)
Member Moderator
Joined: 7 months ago
Posts: 4273
Topic starter  

Pros and cons of using Gii in Yii2 for implementing an admin panel


   
Quote
(@elias)
Member Moderator
Joined: 7 months ago
Posts: 4273
Topic starter  

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.

   
ReplyQuote
Share: