zend-acl
Zend ACL - how to handle request via ajax/jquery to pages that are protected
I\'m kind of stuck here - I can write a hack to work around this but was wondering if there is a proper way to do this.[详细]
2023-01-25 15:19 分类:问答Zend-Framework how to detect not extisting action with zend_acl
$this->add ( new Zend_Acl_Resource ( \'index\' ) ); $this->addRole ( new Zend_Acl_Role ( \'guest\' ) );[详细]
2023-01-24 07:09 分类:问答Is Zend ACL suitable for permissions for content by owner
I think Zend ACL is us开发者_如何学Ced to give permissions to user types (student, teacher). Can it be used to give permissions on per content basis. What I mean is this blog post was written by this[详细]
2023-01-21 07:19 分类:问答HTTP authentication and sessions
I\'ve been trying to figure out how to do a HTTP authentication and then use the session to display pages in a webview in my android app. Could someone please provide som guidance (I would very muc开发[详细]
2023-01-15 14:03 分类:问答Zend_Acl For Specific Parts Of The Page
I know how to use Zend_Acl to allow certain resources to certain usergroups but how do i use it to allow only specific parts of the page to be shown? For example[详细]
2023-01-15 03:23 分类:问答PHP, ZF: Zend_Acl for module-controller-action
I need some examples (URLs) for adding Zend_Acl (roles and rules, allowing to visit or deny actions). I\'ve googled but didn\'t find exactly that I need - step by step guide to provide such operations[详细]
2023-01-14 22:36 分类:问答How do I inject access control into a service layer of mvc application?
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[详细]
2023-01-12 13:14 分类:问答How is ACL implemented
i am using Zend_Acl, PHP and is wondering how shld ACLs be implemented. shld every page be a resou开发者_JAVA技巧rce and i always query the acl to see if a user is authorized? i guess i must use thi[详细]
2023-01-09 10:09 分类:问答Giving Zend Navigation Pages Multiple ACL Privileges
I\'m using Zend_Navigation and am trying to integrate it with Zend_Acl.Each page in the navigation has a privilege attribute.What I can\'t determine is how to define multiple privileges for a single p[详细]
2022-12-23 03:44 分类:问答Does Zend ACL suit my needs?
I have based my application upon the Zend Framework.I am using Zend_Auth for authentication, but I\'m not sure if Zend_Acl will work for me because, frankly, the examples I\'ve seen are either too sim[详细]
2022-12-20 14:50 分类:问答