Role Based Access Control

前端 未结 11 1152
梦谈多话
梦谈多话 2020-12-01 03:59

Are there any open source, PHP based, role based access control system that can be used for CodeIgniter?

11条回答
  •  借酒劲吻你
    2020-12-01 04:17

    phpgacl http://phpgacl.sourceforge.net/ is a generic acl based access control framework

    while I don't know about any CI specific implementation, i know that you only need the main class file to make phpgacl work. So i belive that integration with CI won't be any problem. (I've work passingly with CI)

提交回复
热议问题