File/cms/include/target.inc.php

Description
Functions
deletetarget (line 99)

Delete GMcached record.

Delete the GMcache record that has that particular ID.

void deletetarget (interger $id)
  • interger $id: the ID of the GMcache record to be deleted.
findFirsttarget (line 68)

Retrieve the first GMcache record.

Retrieve the ID of the first record in the GMcache table. To be used when no targetID was selected for editing.

  • return: id of the First record
integer findFirsttarget (string $botid)
  • string $botid: the bot's ID, in case there are more than one bot.
findtarget (line 35)

Retrieve the GMcache record.

Get the record using it's unique ID.

  • return: [pattern] pattern of the category that matched the user's input and [input] the actual input of the user.
array findtarget (integer $id)
  • integer $id: ID of the GMcache entry to be retrieved

Documentation generated on Tue, 11 Jan 2005 18:41:11 +0100 by phpDocumentor 1.3.0RC3