Skip to main content
Topic: How work the dynamic permisson with DB tables? (Read 885 times) previous topic - next topic

How work the dynamic permisson with DB tables?

Hi, I'd like use the dynamic permission feature.
I created a USERS table, with these arguments: id, user_name, email, full_name, password. I created a table to roles(id, name) and a table to the permissions(id, table_name, permission).
How can Iconnect these tables, and store permissions, rules, groups...?
Thx!


 

Re: How work the dynamic permisson with DB tables?

Reply #2
Thx WillWin! It's cool:)