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

    Status: Open => Answered

Greg proposed the following answer:
Sorry I misled you. Please try something like this:

class test_connector extends PHPDS_legacyConnector
{
        protected function applyConfig($db_config = '')
        {
                $this->dbHost = "localhost";
                $this->dbName = "test";
                $this->dbUsername = "username";
                $this->dbPassword = "userpassword";
        }
}

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

_______________________________________________
Mailing list: https://launchpad.net/~phpdevshell
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~phpdevshell
More help   : https://help.launchpad.net/ListHelp

Reply via email to