BeatSwitch / lock

A flexible, driver based Acl package for PHP 5.4+
MIT License
877 stars 49 forks source link

Add voters #37

Open sagikazarmark opened 9 years ago

sagikazarmark commented 9 years ago

I don't really like the Security component in Symfony, because I think it is overcomplicated. One feature I really like though is the Voter next to ACL access checking:

https://symfony.com/doc/master/book/security.html#access-control-lists-acls-securing-individual-database-objects

saada commented 9 years ago

What's the difference between Voters and the currently implemented conditions?