2017 © Pedro Peláez
 

cakephp-plugin acl_extras

image

simkimsia/acl_extras

  • Sunday, March 10, 2013
  • by kimsia
  • Repository
  • 1 Watchers
  • 0 Stars
  • 250 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 56 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Acl Extras

Acl Extras provides a console app that helps you manage DbAcl records more easily. Its main feature and purpose is to make generating Aco nodes for all your controllers and actions easier. It also includes some helper methods for verifying and recovering corrupted trees., (*1)

Installation

Clone the repo or download a tarball and install it into app/Plugin/AclExtras or in any of your pluginPaths., (*2)

Usage

You can find a list of commands by running Console/cake AclExtras.AclExtras -h from your command line., (*3)

Setting up the contorller

You'll need to configure AuthComponent to use the Actions authorization method.
In your beforeFilter add the following:, (*4)

$this->Auth->authorize = 'actions';
$this->Auth->actionPath = 'controllers/';

Issues

If you find an issue in the code or want to suggest something, please use the tickets at http://github.com/markstory/acl_extras/issues, (*5)

License

Acl Extras is licensed under the MIT license., (*6)

The Versions

10/03 2013

dev-master

9999999-dev

  Sources   Download

The Requires

 

10/03 2013

dev-develop

dev-develop

  Sources   Download

The Requires