How work the dynamic permisson with DB tables? April 27, 2020, 05:25:18 PM 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! Quote Selected Last Edit: April 27, 2020, 05:30:04 PM by machobymb
Re: How work the dynamic permisson with DB tables? Reply #1 – April 27, 2020, 06:34:31 PM @machobymb here is a tutorial on how to use the dynamic permission feature. Quote Selected
Re: How work the dynamic permisson with DB tables? Reply #2 – April 27, 2020, 06:56:53 PM Thx WillWin! It's cool:) Quote Selected