CodeIgniter Forums
Manage Route Permissions through db - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Using CodeIgniter (https://forum.codeigniter.com/forumdisplay.php?fid=5)
+--- Forum: General Help (https://forum.codeigniter.com/forumdisplay.php?fid=24)
+--- Thread: Manage Route Permissions through db (/showthread.php?tid=75629)



Manage Route Permissions through db - Goddard - 02-27-2020

I want to manage my routes through the database at least when permissions are concerned.  I can just use the routes config file to set my routes though.

I am on Code Igniter 3 and I want to move in that direction.  Any ideas?

Would I just override MY_Route and then check permissions with the database that way?

Any advice if you have implemented this already is appreciated.

Thanks Big Grin