Re: [symfony-users] Symfony2 ACL Performance Question

2011-04-14 Thread Tim Nagel
I'm working on editing and deletion functionality for CommentBundle at the moment. I expect to have something committed by the end of the weekend. t On Fri, Apr 15, 2011 at 03:53, Marc MacLeod wrote: > Hi all, > > I'm not sure I understand how to effectively use the ACL system. Say, > for exa

[symfony-users] Symfony2 ACL Performance Question

2011-04-14 Thread Marc MacLeod
Hi all, I'm not sure I understand how to effectively use the ACL system. Say, for example, I have a list of user submitted posts. When a user views the list, for each post in the list I would use the ACL system to determine if the user has the right to edit the post. If they do, I show the edit bu