el-cms / Acl

Unofficial repository for the Alaxos ACL plugin for CakePHP - Twitter Bootstrap support
1 stars 8 forks source link

ACL Plugin for CakePHP 2.0

This version of the ACL plugin has been done to support Twitter Bootstrap Framework in its version 3 + Fonts Awesome.

Read the CHANGELOG for more infos.

Date: 2013-08-26 Author: Manuel Tancoigne m.tancoigne@gmail.com

Original readme :

This CakePHP plugin is an interface to manage an ACL protected web application.

It is made to work with an application already configured with ACL. The documentation to configure the ACL can be found on the following links :

Installation

About CakePHP 2.0

If you use CakePHP version 2.0, the plugin will work only if you do not use the E_STRICT error reporting level.

You can use E_STRICT error reporting level with CakePHP 2.1 or above.