Blog

Permission Plugin

The Permission plugin is a simple variation of the classic ACL permissions structure for the CakePHP framework. This allows a simple flat table lookup to verify if a user has permission to a particular action with-in a controller based upon their group. Get the code here: http://bakery.cakephp.org/articles/view/permissions-plugin

Read more...