Welcome Guest, Not a member yet? Register   Sign In
How to root permissions effectively? (CI 3.11)
#2

I don’t see why all the controllers extends the level underneath them (admin -> mod -> user...). Why can’t they just extend your CommonController?

In an old CI3 project I made some time ago, my approach was a library to deal with the user’s authorization. The user’s info are in the session. The constructor in the common controller call a function from that lib to see if the user is logged in and has the right permission. If not it redirect to the login page or an error page.
CodeIgniter 4 tutorials (EN/FR) - https://includebeer.com
/*** NO support in private message - Use the forum! ***/
Reply


Messages In This Thread
RE: How to root permissions effectively? (CI 3.11) - by includebeer - 01-09-2021, 06:45 AM



Theme © iAndrew 2016 - Forum software by © MyBB