/includes/delete_object.inc.php

Description
Functions
delete_multi (line 39)

function delete_multi()

deletes multiple object configurations from the nagiosql database, also removes relations

  • return: array(int $intReturn, string $strMessage) return data for browser output
array delete_multi (string $table)
  • string $table: the appropriate object database table
delete_object (line 13)

function delete_object()

deletes a single object configuration from the nagiosql database, also removes relations

  • return: array(int $intReturn, string $strMessage) return data for browser output
array delete_object (string $table, int $id)
  • string $table: the appropriate object database table
  • int $id: the object id/primary key for the nagios object

Documentation generated on Thu, 04 Aug 2011 14:15:15 -0500 by phpDocumentor 1.4.3