This topic is locked

table level permissions

9/4/2026 16:13:28
PHPRunner General questions
G
Greg Corwin author

Is there a tutorial on the best practices for table level permission settings?

From what I understand in the help section it is as easy as adding a user group (UG) and naming is whatever I want then assigning the table permissions on them. e.g.

admin > everything (this is the default I think)
UG_manager > give access to everything buy users
UG_employee > give access only to tables that they need
UG_guest > give read only access to a specific table

Is it really that simple or am I over thinking it.

the last CMS I used assigned numerical values not alphabeticals

TIA

Sergey Kornilov admin 9/4/2026

Yes, it is really that simple. Create those groups and assign table level permissions to each group.

G
Greg Corwin author 9/5/2026

awesome. I appreciate this app more and more as I use it