You are here

public function hostingService::load in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 server/hosting_server.service.inc \hostingService::load()
  2. 7.3 server/hosting_server.service.inc \hostingService::load()
6 calls to hostingService::load()
hostingService_db_mysql::load in db_server/hosting_db_server.service.inc
hostingService_dns_master::load in dns/hosting_dns.service.inc
hostingService_example_basic::load in example/hosting_example.service.inc
Load associated values for the service.
hostingService_http_cluster::load in web_cluster/hosting_web_cluster.service.inc
hostingService_http_pack::load in web_pack/hosting_web_pack.service.inc

... See full list

6 methods override hostingService::load()
hostingService_db_mysql::load in db_server/hosting_db_server.service.inc
hostingService_dns_master::load in dns/hosting_dns.service.inc
hostingService_example_basic::load in example/hosting_example.service.inc
Load associated values for the service.
hostingService_http_cluster::load in web_cluster/hosting_web_cluster.service.inc
hostingService_http_pack::load in web_pack/hosting_web_pack.service.inc

... See full list

File

server/hosting_server.service.inc, line 20

Class

hostingService

Code

public function load() {
  $this
    ->mergeData("SELECT port, restart_cmd, available FROM {hosting_service} WHERE vid = %d AND type = '%s'", $this->server->vid, $this->type);
}