finish $61
This commit is contained in:
@@ -7,7 +7,7 @@ include_once PATH_UTILITTY . "/StringManager.php";
|
|||||||
require_once PATH_DATABASE . "/SqlManager.php";
|
require_once PATH_DATABASE . "/SqlManager.php";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Description of SpsSqlManager
|
* Description of ZisSqlManager
|
||||||
*
|
*
|
||||||
* @author stubbfel
|
* @author stubbfel
|
||||||
* @since 20.06.2013
|
* @since 20.06.2013
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ require_once PATH_API . "/PisApi.php";
|
|||||||
// instance a new api
|
// instance a new api
|
||||||
$app = new \api\PisApi();
|
$app = new \api\PisApi();
|
||||||
|
|
||||||
$app->get(\api\PisApi::$routeParameterPids, function ($pid = array()) use ($app) {
|
$app->get(\api\PisApi::$routeParameterPids, function ($pid) use ($app) {
|
||||||
echo $app->sendPisQuery($pid);
|
echo $app->sendPisQuery($pid);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user