Question #209172 on PHPDevShell changed: https://answers.launchpad.net/phpdevshell/+question/209172
pystone gave more information on the question: Many thanks! I have written a class in the mode of PHPDS_legacyConnector, say PY_Connector. In that class, I simply change the applyConfig function, so the connection to sql is based on my own information of mysql database. In the model php extending PHPDS_query of my own plugin, I add this: protected $connector = 'PY_Connector'; Yet when running, it seems that all the database operation are based on that connector.... I don't know whether I can deal with the multidb in this way.. -- 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

