Skip to content
Snippets Groups Projects
Commit 3614ccb6 authored by alvaro's avatar alvaro
Browse files

Added 'all' variable to args

parent 311f44ad
No related branches found
No related tags found
No related merge requests found
......@@ -71,13 +71,19 @@ class ServiceModule extends abstractModule{
}
}
$segmentConnector = "";
for($i=0;$i<sizeof($params);$i++){
$auxPrefix = Utils::getPrefix($params[$i]);
if($auxPrefix['ns'] != NULL){
$prefixHeader[] = $auxPrefix;
}
$args["arg".$i]=$params[$i];
$args["all"] .= $segmentConnector.$params[$i];
if($segmentConnector == ""){
$segmentConnector = "/";
}
}
var_dump($_SERVER['QUERY_STRING']);exit(0);
$results['params'] = $params;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment