AclManager:用于管理 CakePHP 2.x 的 Acl 的插件

时间:2021-07-04 23:11:51
【文件属性】:
文件名称:AclManager:用于管理 CakePHP 2.x 的 Acl 的插件
文件大小:10KB
文件格式:ZIP
更新时间:2021-07-04 23:11:51
PHP 用于 CakePHP 2.x 的 AclManager 该插件允许您通过 Acl 模块轻松管理 CakePHP 2.x 中的权限。 从更新和修复原始源 特征 管理每个节点的权限 更新缺少 ARO(用户、角色等)的数据库 更新缺少 ACO 的数据库(控制器操作) 撤销所有权限 要求 蛋糕PHP 2.x 如何安装 1. 设置你的 Acl 环境 通过 Cake Console 安装 SQL 表 ./Console/cake acl initdb 请求者模型上的 parentNode() 方法 请参阅: 2. 在你的 AppController 中配置 Auth 它应该是这样的: public $ helpers = array ( 'Html' , 'Form' , 'Session' ); public $ components = array ( 'Se
【文件预览】:
AclManager-master
----View()
--------Acl()
----Controller()
--------AclController.php(19KB)
--------AclManagerAppController.php(1KB)
----README.md(3KB)
----Config()
--------bootstrap.php(2KB)

网友评论