Label: acl

Content with label acl in Developers (See content from all spaces)
Related Labels: permissions, example, rbac, zend_acl, database

Page: RBAC (Role Based Access Control) References
RBAC/GENERAL: "Role Based Access Control" http://en.wikipedia.org/wiki/RBAC "RBAC Standards & Methods @ NIST" http://csrc.nist.gov/rbac/ LIVEUSER: "LiveUser @ PEAR" http://pear.php.net/package/LiveUser/ "LiveUser Tutorial" http://oss.backendmedia.com/LiveUser/Complete ...
Other labels: rbac, permissions
Page: Tutorials, User Guides, and Examples
following tutorials are provided by users of Zend Framework and are not endorsed by Zend in any way. That disclaimed, most ZF developers should find this content very interesting and useful. Note: Articles are children of this page. External articles can be found on the external resources ...
Other labels: zend_acl, database, example
Page: Using Zend_Acl with a database backend
Introduction This example shows how to implement ZendAcl with a database backend. Roles, Resources and Users are stored in a database and can easily be queried. This ACL implementation uses 5 basic roles and uses ZendAcl inheritance. Firstly, the database tables and initial roles ...
Other labels: zend_acl, database, example