AACL is (yet) Another ACL library for Kohana 3. Ported to native Kohana 3.2 ORM.
Based on banks AACL and ckald Jelly port and emtou Jelly port
AACL uses kohana auth.
- Users and roles have a many-to-many mapping
- Roles are non-hierarchical and no role is given special treatment
- The only exception to 2. is the 'login' role which all active users must have. In reality you may choose to special case this in a UI and represent it as an 'active account' checkbox rather than requiring end-users to understand that it is different from other roles.
"AACL ships with a Sprig based Rule model and Sprig based class for easily turning Sprig models into Access Controlled Resources."
ckald modified AACL classes to deal with Jelly ORM.
emmtou adapted this port to work with creatoro jelly port to kohana 3.1 and released :
- version 0.1 : last static version
- version 0.2 : first non-static version
RuslanGetmansky modified AACL classes to deal with native Kohana 3.2 ORM and removed AACL controller/view for rules.