Skip to content

Kohana 3.1 AACL with Jelly ORM support

License

Notifications You must be signed in to change notification settings

RuslanGetmansky/aacl

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%