Files
geodb/geoapi/database/SpsSqlManager.php
stubbfel 61f8cbbf4f add doku
2013-06-20 11:26:10 +02:00

18 lines
252 B
PHP

<?php
include_once "../../global.inc.php";
include_once PATH_DATABASE . "/SQLManager.php";
namespace database;
/**
* Description of SpsSqlManager
*
* @author stubbfel
* @since 20.06.2013
*/
class SpsSqlManager {
//put your code here
}
?>