![]() |
Codeigniter RBAC - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5) +--- Forum: Installation & Setup (https://forum.codeigniter.com/forumdisplay.php?fid=9) +--- Thread: Codeigniter RBAC (/showthread.php?tid=74496) |
Codeigniter RBAC - deltasujanstha - 10-02-2019 Hi, Looking for simple solution for CI RBAC (role-baced-access-control) I know it has users, roles, user_roles, permissions, role_permissions and stuffs like that but I am not too sure how to implement it. If anyone has any idea how it can be done please help. Thanks RE: Codeigniter RBAC - InsiteFX - 10-02-2019 CodeIgniter - Community Auth RE: Codeigniter RBAC - deltasujanstha - 10-02-2019 (10-02-2019, 04:12 AM)InsiteFX Wrote: CodeIgniter - Community Auth Thanks for the reply. Will this effect HMVC?? |