Implementation of the DatabaseConnection to connect to a MySQL Database.
DatabaseConnection | --SimpleMySQLConnection
| Class | Description |
|---|---|
| MySQLConnection | Class used for connecting to a configurable MySQL Database. |
| StatisticConnection | This class opens a Connection to the Statistic Database. |
Connects to the DB by using the configured Database values.
This closes the currently Connection.
Might be unnecessary (PHP closes links automatically).
Connects to a MySQL DB using the given Connection Values.
Frees the given MySQL resources.
Inserts a new DB entry and if exists returns the auto increment value.
Returns whether we are connected to a DB or not.
Executes any SQL Statement (mysql_query).
Inherited From DatabaseConnection
DatabaseConnection::close()
DatabaseConnection::freeResult()
DatabaseConnection::insert()
DatabaseConnection::isConnected()
DatabaseConnection::sql()
Documentation generated by phpDocumentor 1.3.1