Phpfox_Api

Description

phpFox API Class is used to interact with our API server.

  • author: Raymond Benc
  • version: $Id: api.class.php 1687 2010-07-22 03:13:27Z Raymond_Benc $
  • copyright: [PHPFOX_COPYRIGHT]

Located in /include/library/phpfox/phpfox/api.class.php (line 17)


	
			
Variable Summary
 string $_sError
Method Summary
 string getError ()
 void message (string $sStr)
 string send (string $sCmd, [array $aVals = array()])
 string _getDomain ()
Variables
string $_sError = '' (line 24)

Error message.

  • access: private
Methods
getError (line 55)

Return any errors we may have found.

  • access: public
string getError ()
message (line 65)

Echo a public message. Used when the site is being upgraded or hasn't been installed.

  • access: public
void message (string $sStr)
  • string $sStr: Message to echo.
send (line 33)

Send a request to our API server.

  • return: Returns what our API server has returned for us.
  • access: public
string send (string $sCmd, [array $aVals = array()])
  • string $sCmd: Command.
  • array $aVals: POST values.
_getDomain (line 100)

Get the current domain name being used.

  • return: Full path to where phpFox is being installed.
  • access: private
string _getDomain ()

Documentation generated on Tue, 28 Sep 2010 10:36:37 +0200 by phpDocumentor 1.4.0a2