The title already says it: can someone tell me how to get all entities of one type which are marked with "EDIT" ACL permission? I would like to build a query with the Doctrine EntityManager.
feedback
|
|
I am new to Symfony 2 but i faced the same problem, so i came up with a solution and it is working perfectly fine for me, please look at this gist. ACLHelper This is working well for me, i tested this with a large database, and the response time is also good from mysql | |||
|
feedback
|
|
My approach would be:
I have not seen yet a satisfying solution. I will update here if I find one. see also Querying + ACL - Google Groups | |||
|
feedback
|