开发者

Is CakePHP's ACL capable of handling users belonging to many groups?

开发者 https://www.devze.com 2022-12-31 09:17 出处:网络
is CakePHP\'s ACL component capable of handling users belonging to many groups? 开发者_StackOverflow社区

is CakePHP's ACL component capable of handling users belonging to many groups?

开发者_StackOverflow社区

Thanks!


not out the box, no... and this thing requires to many chars.


In my own quest parallel to yours, I have found these promising guides to how to implement many-to-many/HABTM user-group ACL in cakephp:

  • Ceeram's Authorize Plugin

  • TinyAuth and some Q&A on its implementation

  • brett's guide on mrphp.com Note: I couldn't get this one to work in Cake2.x despite attempting migration procedures; It might still work in older cake version though.

0

精彩评论

暂无评论...
验证码 换一张
取 消