index.php File Reference

Entry point of a query for the Browse web service. More...

Go to the source code of this file.

Variables

 $attributes = "all"
if(isset($_POST['attributes'])) $types = "all"
if(isset($_POST['types'])) $datasets = "all"
if(isset($_POST['datasets'])) $items = "10"
if(isset($_POST['items'])) $page = "0"
if(isset($_POST['page'])) $inference = "on"
if(isset($_POST['inference'])) $include_aggregates = "false"
if(isset($_POST['include_aggregates'])) $registered_ip = ""
if(isset($_POST['registered_ip'])) $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_b
 $endtime = $mtime
 $totaltime = ($endtime - $starttime)
 $logger


Detailed Description

Entry point of a query for the Browse web service.

Each time a query is sent to this web service, this index.php script will read 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 browse/index.php.

Copyright © 2009. Structured Dynamics LLC Structured Dynamics LLC. All rights reserved.