I\'m coding a zend framework application using the the standard mvc paradigm with an added service layer to take care of application/business logic. It seems quite popular to put your access control i
I am using Acl in new web app. in my app there are four groups of users. I have given $this->Auth->authorize = \'actions\' so that it will chec开发者_如何转开发k the permission for actions autom
First question Please, could you explain me how simpliest ACL could be implemented in MVC. Here is the first approach of using Acl in Controller...
I have been futzing around with Cake\'s Auth/ACL components.I\'ve read the docs and I\'ve done the tutorial, but I am still not satisfied with what I can actually accomplish with it.I\'ve seen a coupl
i have setup a preDispatch plugin for my ACL. i have used the controller as resource, action as privilege. when i try to goto a non existent page, i get to the access denied page instead of 404, i thi
Checking my application, I saw that every user can access to all the actions in it. I\'m using cakePhp build-in ACL Component...
I have a rather complicated toolchain so prepare for a lengthy post until getting to the problem: I managed to get PDFCreator and a virtual PDF creating printer under Windows 7 running in server mode
I\'m looking to design a doctrine-backed ACL system for my own use, although I\'m struggling with some of the initial design considerations.
I\'m creating an FileSecurity for file creation that should have an write access also for low integrity processes.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.