Would you be so kind to explain why should marking a normal user as admin approach, either using is_admin flag on users table or some kind of roles solution, should never be used? Most php platforms that exist today are using that kind of approach to handling users with special roles.
ethio - 2019-12-05 23:27:55 - In reply to message 2 from Decode Web
what if use have more roles like student, teacher, dean, cafe ....
isn't it cool to have a separate role table instead of creating a guard for many roles