It wouldnt make it easier to do somethi开发者_StackOverflow社区ng nasty, would it?nope, should be totally save.
I set up a Zend_Acl and Zend_Auth scheme where user is authenticated using Zend_Auth_Adapter_Ldap and stored in session. I use a controller plugin to check if $auth->hasIdentity() and $acl->isAl
What\'s a good way to implement api keys for accessing specific controller actions using Zend MVC? I currently have Zend_Acl in combination Zend_Auth using session cookies, but I want some actions to
Zend\'s Acl allows the resource to be created in controller only But, the controllers might be on any module not just only the default module. So, I read some article off the internet, I found one an
Zend_Acl by default disallow every role to every resource on e开发者_StackOverflow中文版very privilege untill or unless
I would like to make navigation with Zend_Navigation based on Zend_Acl below is a piece of my navigation.xml file located in /application/configs dir
i am using zend framework , in my site i have two types of users , guest and loggeduser , i have a controller called . books , in there i have 3 actions . add , edit and delete ,
is it possible to write a validator for a zend form, which checks if the user has the right to change a form field? Means the user sees the field, but if tries even without permission (no acl right),
I am trying to learn to create navigation with Zend_Acl. But t开发者_如何学运维he navigation only displays for admin and no one else.
i\'ve implemeted the Zend_Acl and its seems to be working.my resources are links : module_name . \"::\" . controller_name . \"::\" . action_name;