> just deny it. 

But I want to allow if the user is the owner of the project to add lists to
the project. I think I can't use just

    $acl->allow($user, 'lists', 'add')

as I must check if the user is a collaborator of the project. eg. 

    /lists/add?projId=1

only users who are owner of project #1 can add lists
-- 
View this message in context: 
http://zend-framework-community.634137.n4.nabble.com/Seeking-guidance-on-implementing-ACL-tp3160455p3160544.html
Sent from the Zend Framework mailing list archive at Nabble.com.

Reply via email to