Label: acl

All content with label acl.
Related Labels: zend_acl , database , example , permissions , rbac

RBAC (Role Based Access Control) References (Developers)
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 ...
Tutorials, User Guides, and Examples (Developers)
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. Projektaufbau, Konventionen und modulare Verzeichnisstruktur http://fritzthomas.com/zendframework/33howtoteil1projektaufbaukonventionenu ndmodulareverzeichnisstruktur/. by Thomas Fritz ...
Using Zend_Acl with a database backend (Developers)
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 ...