Class used for connecting to a Database by using the AdoDB Framework.
This is the ultimate way of using BIGACE with none MySQL Databases!
DatabaseConnection | --AdoDBConnection
Connects to the DB by using the configured Database values.
Closes the Database Connection. The Results must be closed manually!
Frees the given Result.
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