index.php File Reference

Entry point of a query for the Auth Validator web service. More...

Go to the source code of this file.

Variables

 $mode = "dataset"
if(isset($_GET['mode'])) $registered_ip = ""
if(isset($_GET['registered_ip'])) $dataset = ""
if(isset($_GET['dataset'])) $mtime = microtime()
 $starttime = $mtime
 $start_datetime = date("Y-m-d h:i:s")
 $requester_ip = "0.0.0.0"
if(isset($_SERVER['REMOTE_ADDR'])) $parameters = ""
if(isset($_SERVER['REQUEST_URI']))
elseif(isset($_SERVER['PHP_SELF'])) 
$ws_al = new AuthLister($mode, $dataset, $registered_ip, $requester_ip)
 $endtime = $mtime
 $totaltime = ($endtime - $starttime)
 $logger

Detailed Description

Entry point of a query for the Auth Validator web service.

/

Each time a query is sent to this web service, this index.php script will create the web service class and will process it. The resultset, or error, will be returned to the user in the HTTP header & body query.



Author:
Frederick Giasson, Structured Dynamics LLC.




Definition in file auth/lister/index.php.


Variable Documentation

$endtime = $mtime

Definition at line 106 of file auth/lister/index.php.

$logger
Initial value:
 new Logger("auth_lister", $requester_ip,
  "?mode=" . $mode . "&dataset=" . $dataset . "&registered_ip=" . $registered_ip . "&requester_ip=$requester_ip",
  $_SERVER['HTTP_ACCEPT'], $start_datetime, $totaltime, $ws_al->pipeline_getResponseHeaderStatus(),
  $_SERVER['HTTP_USER_AGENT'])

Definition at line 109 of file auth/lister/index.php.

$mode = "dataset"

Definition at line 41 of file auth/lister/index.php.

Referenced by CrudCreate::__construct().

$mtime = microtime()

Definition at line 62 of file auth/lister/index.php.

if (isset($_SERVER['REMOTE_ADDR'])) $parameters = ""

Definition at line 76 of file auth/lister/index.php.

if (isset($_GET['mode'])) $registered_ip = ""
$requester_ip = "0.0.0.0"

Definition at line 69 of file auth/lister/index.php.

Referenced by DatasetDelete::__construct().

$start_datetime = date("Y-m-d h:i:s")

Definition at line 67 of file auth/lister/index.php.

$starttime = $mtime

Definition at line 65 of file auth/lister/index.php.

$totaltime = ($endtime - $starttime)

Definition at line 107 of file auth/lister/index.php.

if (isset($_SERVER['REQUEST_URI'])) elseif (isset($_SERVER['PHP_SELF'])) $ws_al = new AuthLister($mode, $dataset, $registered_ip, $requester_ip)
Copyright © 2009-2011. Structured Dynamics LLC Structured Dynamics LLC. All rights reserved.