CI-RBAC
A basic role-based access control library for CodeIgniter.
Installation & Setup
... more documentation is required at a later date.
I've tried to keep things clean and descriptive so I hope the source itself will be sufficient documentation for the time being. With any luck, you should be able to drop the example folder into the right place on your web server and see for yourself how it all works.
I welcome all constructive feedback, additions, fixes, etc.
Versioning
Releases will be numbered with the follow format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
- Breaking backward compatibility bumps the major
- New additions without breaking backward compatibility bumps the minor
- Bug fixes and misc changes bump the patch
For more information on SemVer, please visit http://semver.org/.
Copyright and license
Copyright (C) 2012 Peter Castell
http://github.com/pdiddy/CodeIgniter-RBAC
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.