Doubts about Yii2 RBAC
问题 I've been developing web apps using Yii 1.1.14 so far, but now it's time for an upgrade. The company where I work has developed its own Access Control system, and I was really OK with it until I saw what it was really like... A combination of 8 tables in the database (not counting the users table), with a bunch of foreign keys. 1 table for controllers 1 table for the actions 1 table for the menu categories 1 table for types of users And the other tables basically just connect 2 or 3 of those