kishor10d / Admin-Panel-User-Management-using-CodeIgniter

Admin Panel User Management Demo - CodeIgniter + AdminLTE Theme
http://cias.codeinsect.com
GNU General Public License v3.0
334 stars 244 forks source link

Provided access to modules as per roles. #95

Closed kishor10d closed 2 years ago

kishor10d commented 2 years ago
  1. Modified BaseController for module access.
  2. Modified roles comparison field from role id to user type (isAdmin field in tbl_users table).
  3. Added Booking module CRUD for demonstration. Added tbl_booking table schema in database for demonstration.