1
Show Posts
This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.
Messages - packetloss69
2
Questions / Roles and permissions PHPRad 2.7
I am unable to find info on how to use dynamic role permissions.
There are new tables created as expected when enabled.
News tables created: Model_Has_Permissions, Model_Has_Roles, Permissions, Role_Has_Permissions, Roles
guard_name etc has no meaning currently.
Any examples on how to use this properly.
3
Questions / Use multiple Databases
Apologies if this has been answered before.
I am currently resorting to using MariaDB CONNECT engine in order to centralize tables into 1 dB.
Clearly there is probably a better way.
Getting results form diffrent DB's is important for our use case in order to render graphs etc..
Any basic examples of how to integrate?
Thank you for your time.