Symfony Tips
From KaminskiWiki
[edit] sfGuardPlugin
How sfGuardPlugin interacts with Symfony's built-in user credentials: on signin, the user will be given a set of credentials consisting of the permission names directly granted to the user, set-unioned with the permission names of all the permission sets of all the groups to which the user belongs. See Symfony wiki.

