2.4k questions

2.4k answers

96.7k users

15 Online Users
1 Member 14 Guest
Online Members
Today Visits : 1647
Yesterday Visits : 1939
Total Visits : 2377600

Categories

Notice

Dear All, These are my answers from Quora and primarily Google; please check the answer and from others sites; the answers are free and without any liability.To make a decision, write down all of the positives and negatives on a piece of paper.Thank you,

Elias Katsaniotis, MSc

Information

Viktoria Katsanioti,

Kaliningrad,

Russia,

matizegr@yahoo.com

0 votes
53 views

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

in General by (95.8k points)

1 Answer

0 votes

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.
Cons
  • The time to implement an admin panel can be noticeably longer than with ready-made solutions.
  • Yii2 remains strongly tied to Bootstrap 3, which imposes its own limitations when developing the front end.
  • Most likely, you’ll have to develop and implement your own design since there’s essentially no design when generating code and templates — only normal and functional Bootstrap components.
by (95.8k points)
...