add sps service

This commit is contained in:
stubbfel
2013-06-19 15:31:09 +02:00
parent e71a7ce946
commit e483304ac8
7 changed files with 58 additions and 17 deletions

View File

@@ -1,13 +1,13 @@
<?php
include_once "../../global.inc.php";
include_once PATH_DATABASE . "/SQLManager.php";
include_once PATH_DATABASE . "/SqlManager.php";
/**
* The SQLManager manage the SQL-Connection for an API
*
* @author stubbfel
*/
class HelloApiSQLManager extends SQLManager{
class HelloApiSQLManager extends SqlManager{
public function __construct() {
parent::__construct();