You are here

function hostingService_db_mysql::load in Hostmaster (Aegir) 6

Overrides hostingService::load

File

modules/hosting/db_server/hosting_db_server.service.inc, line 78
Provide the hosting serivce classes for database integration.

Class

hostingService_db_mysql
A MySQL specific db service implementation class.

Code

function load() {
  parent::load();
  $this
    ->mergeData('SELECT db_user, db_passwd FROM {hosting_db_server} WHERE vid = %d', $this->server->vid);
}