RuslanGetmansky / aacl

Kohana 3.1 AACL with Jelly ORM support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AACL

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

Auth integration: Users and Roles

AACL uses kohana auth.

  1. Users and roles have a many-to-many mapping
  2. Roles are non-hierarchical and no role is given special treatment
  3. 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.

ORMs

"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.

About

Kohana 3.1 AACL with Jelly ORM support

License:MIT License


Languages

Language:PHP 100.0%