index.php File Reference
Entry point of a query for the Crud Read web service. More...
Go to the source code of this file.
Variables | |
| $uri = "" | |
| if(isset($_GET['uri'])) | $dataset = "" |
| if(isset($_GET['dataset'])) | $include_linksback = "" |
| if(isset($_GET['include_linksback'])) | $include_reification = "" |
| if(isset($_GET['include_reification'])) | $registered_ip = "" |
| if(isset($_GET['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_cr = new CrudRead($uri, $dataset, $include_linksback, $include_reification, $registered_ip, $requester_ip) |
| $endtime = $mtime | |
| $totaltime = ($endtime - $starttime) | |
| $logger | |
Detailed Description
Entry point of a query for the Crud Read 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.
Definition in file crud/read/index.php.
