zend-acl
Zend_Auth, Zend_Acl and Cron Jobs/Scheduled Tasks
I have implemented Zend_Auth & Zend_Acl into a project here at work and its working great. However, previously I had sceduled tasks running at various times of the day which now no longer work cor[详细]
2023-03-14 03:18 分类:问答Zend Acl - Modules, Controllers, Actions and Models
I spent the day looking for tutorials and answers about how to implement Zend_Acl here at SO as in other sites. And I got a headache. :X[详细]
2023-03-12 20:23 分类:问答Zend_ACL : How to design Role based ACL for multiple small teams?
How role based ACL should be designed for : Multiple teams, each team consisting of one manager and multiple members and working from one location. Each location could have multiple teams and there a[详细]
2023-03-04 15:02 分类:问答Zend Navigation: Where should I load the ACL 'Role' in a private application
I am working on a \'private\' application, you must be logged in to do anything at all. This gives me a bit of a an issue loading the role for Zend Navigation. Currently I am \'init\'ing Zend Navigati[详细]
2023-03-01 06:10 分类:问答How to retrieve the current page from Zend_Navigation within a Controller Plugin
I am working on an Authentication Plugin using a Controller Plugin. I define my navigation config within the application.ini file, and then use that and the Database user records to dynamically load t[详细]
2023-02-24 09:31 分类:问答How do I combine Zend_Ath, Zend_Acl and partialview for the authentication and resource control
According to Randomness will get you everywhere. Ryan’s Blog the action stack component of Zend Framework is un-needed and that a parti开发者_如何学编程al view can be combined with Zend_Acl and Zend[详细]
2023-02-23 05:08 分类:问答Zend_Acl find all inherited roles
I got chain of roles: a开发者_运维知识库cl.roles.guest= null acl.roles.member = \"guest\" acl.roles.admin= \"member\"[详细]
2023-02-18 04:17 分类:问答Separate of frontend and backend authentication and ACL
I\'m about to start work a small, modular application in Zend Framework. Just want to get some input on where to put my authentication and ACL code. Regular users can register and login through the f[详细]
2023-02-02 11:52 分类:问答Zend_Navigation, Zend_ACL + Roles not filtering correctly through an AJAX request
I have been using zend_acl and Zend_Navigation together on my project currently and it seems to work correctly. I am how ever using a lot of AJAX in my site and have made a login with jqModal and jQue[详细]
2023-01-31 18:42 分类:问答Zend_ACL how to get role?
after reading the Zend documentation and some posts here I could not figure out how to get my user role out of a user table.[详细]
2023-01-29 03:53 分类:问答