Symfony2: Storing users, roles, role hierarchy, and access controls in database
问题 I've been working with Symfony (2.x) for the first time and I had some questions regarding the definition of roles, role hierarchy, and how they can be assigned to individual users. I was interested in storing the roles and role hierarchy in a database (rather than security.yml); however, I cannot find any documentation supporting this. Is this advisable? I was interested in having an admin module that can add new roles and define role hierarchies; however, having the admin module modify