This topic is locked

Different dynamic permissions tables

5/21/2009 3:38:45 AM
PHPRunner General questions
M
mailas author

Hi,

Is it possible in php runner?: in different project use one table users and one table users_ugmembers and one table users_uggroups, but different users_ugrights tables. If possible, how I can do it?

Wery thanks

Mailas

J
Jane 5/21/2009

Hi,
unfortunately you can't select different users_ugrights, users_ugmembers and users_uggroups tables in the PHPRunner directly.

As workaround you can replace all users_ugrights with another table name in the generated files.