Is CakePHP's ACL capable of handling users belonging to many groups?
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.
精彩评论