← Back to team overview

phpdevshell team mailing list archive

Re: [Question #209172]: How can I interact with a remote database in my own plugins?

 

Question #209172 on PHPDevShell changed:
https://answers.launchpad.net/phpdevshell/+question/209172

Greg posted a new comment:
It's completly possible but I think it's not documented yet. You can
easily add databases in your config files; for example:

$configuration['secondary_db']['dsn'] =
'mysql:host=localhost;dbname=phpdev';

For the rest I don't want to give you false information so I'll check
with Don (who wrote the multi db support) and I'll get back to you.

-- 
You received this question notification because you are a member of
PHPDevShell, which is an answer contact for PHPDevShell.