Hi,
In my activities I use the same PHPRunner project with different customers, for security reasons each customer has it's own mysql database. As a result, I need to build the same project for each customer, and this is not efficient, especially when I do upgrades.
I know that PHPRunner enterprise can manage more than one database connection, but - if I undesrstand well - it's necessary to set one of those connections as primary.
I'm wondering if it's possible to create some kind of control, for example in the login page.
After the login, the customer is automatically redirected to it's data, but using always the same php files.
[edit]
As an alternative, I think to a sort dynamic database connection
[/edit]