How can I implement an ACL library? What is the best way for using ACL for user roles? In standard PHP, I'd write code like this:
if (userTypeId == 'Admin') {
hello Admin
} else if (userTypeId == 'Member') {
hello member
}
How would you do this using CodeIgniter?
You can start working with Bonfire for ACL with codeigniter.
It is a ready to use Codeigniter framework with some additional functionalities. It contains User registration, authentication, and Role-Base Access Control....
Download link:
https://github.com/ci-bonfire/Bonfire/archive/master.zip
Documentation for working with user permissions and roles in bonfire:
http://cibonfire.com/docs/bonfire/roles_and_permissions
You can find lot of links for tutorial while searching in google.
In SO also, how to use this simple acl library into codeigniter
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With