1
Maybe I asked this before, but is there a way to get ALL permissions of a module in ONE query, so that I can make a check if a specific permission is set?
Whenever a checkRight is used a query will be used and when I am retrieving categories from the database and I make checkRight for every category a query is used. Wasted resources from my view.
This query could be filtered for gperm_name eg. starting with Debaser% so that other permissions for the module are excluded.
And WHY does gperm_itemid is splitted for each gperm_groupid?
Any help is appreciated!
BTW getObjects aren't getting me somewhere atm.