This topic is locked

Multiple Database

11/15/2012 12:12:21 PM
PHPRunner General questions
W
wildwally author

I know that the newest version of PHPR has the ability to connect to multiple db's. But does this functionality allow me to set up a single drop down to query the second database for the contents in the list of options?

Sergey Kornilov admin 11/15/2012

The newest version of PHPRunner doesn't have the ability to connect to multiple databases.

W
wildwally author 11/15/2012



The newest version of PHPRunner doesn't have the ability to connect to multiple databases.


Then I must of misunderstood the use of the database connection section on the build screen.

Sergey Kornilov admin 11/16/2012

Yes, this option allows you to point generated application to another database. For example you have finished testing on your local machine and need to publish your application to the web server that uses different database server. This is where you can point generated code to another database (as opposed to changing connection settings manually in include/dbcommon.php file).

I
ikisoul 12/4/2012



Yes, this option allows you to point generated application to another database. For example you have finished testing on your local machine and need to publish your application to the web server that uses different database server. This is where you can point generated code to another database (as opposed to changing connection settings manually in include/dbcommon.php file).


Maybe in the next version, support for 2 or more differenct database conncetion in a single application must be included. This will make phpr framwork even better.