Overview

Namespaces

  • api
  • config
  • database
  • PHP
  • Slim
    • Exception
    • Http
    • Middleware

Classes

  • SpsSqlManager
  • SqlManager
  • Overview
  • Namespace
  • Class
  • Tree

Class SqlManager

The SQLManager manage the SQL-Connection for an API

Abstract
Namespace: database
Author: stubbfel
Since: 20.06.2013
Located at database/SqlManager.php
Methods summary
public
# __construct( )

Default-Constructor

Default-Constructor

public
# __destruct( )

Default-DEConstructor

Default-DEConstructor

public
# connect( )

Method setup the connection to the Database

Method setup the connection to the Database

public
# closeConnection( )

Method close the connection

Method close the connection

protected result[num][assoc]
# query( string $query )

Method send a query to the Datebase and return the result

Method send a query to the Datebase and return the result

Parameters

$query
string
$query

Returns

result[num][assoc]
GeoApi API documentation generated by ApiGen 2.8.0