Start instance of base class, load configuration and establish database connection. Please don't call the constructor direcly, use the singleton pattern instead.
Adds ping service configuration to the ping service configuration table. Takes a field=>value array with ping service configuration data as first argument. Returns insert id.
Removes ping service configuration from the ping service configuration table. Takes the ping service configuration id as first argument. Returns amount of affected rows.
Selects one ping service configuration. Takes the ping service configuration id as first argument. Returns array with ping service configuration information.
int updatePingServiceConfiguration(
int
$id, array
$sqlData)
Updates ping service configuration. Takes the ping service configuration id as first argument, a field=>value array with the new ping service configuration data as second argument. Returns amount of affected rows.