Symfony 2 - Checking Action Permission with Roles and Groups
问题 I'm new into Symfony 2 and I read some docs about ACL and the ROLE System. I understood that I can use different Permissions on a Object with ACL. But I need some different ( ? ) type of permission check, like in the static apache turbine roles / permission sets. I want to use FOSUserBundle and using Groups. The Groups should have permissions like DOWNLOAD_PDF DOWNLOAD_PPT INVITE_USERS and so on.. Stuff that does not have something to do with Objects but I have to check in Controller ( static