Codeigniter 3 Tutorial – Authentication & Authorization Part 2
Codeigniter 3 Tutorial – Authentication & Authorization Part 2
In this part of video I want to show you the simple way how to authorize the web application. For example User with role editor can not access Admin page, etc
basic prototype
https://github.com/edomaru/ci_auth/archive/basic-prototype.zip
final code:
https://github.com/edomaru/ci_auth/archive/master.zip
My other codeigniter tutorial:
Codeigniter multi level menu library:
Generate HTML Table + Pagination + Seach form from Query easily