PHPFSPOT_DBPHPFSPOT_DB class
Located in /phpfspot_db.php (line 30)
Constructor __construct (line 44)
PHPFSPOT_DB class constructor
This constructor initially connect to the database.
Destructor __destruct (line 64)
PHPFSPOT_DB class deconstructor
This destructor will close the current database connection.
db_check_table_exists (line 254)
PHPFSPOT_DB check table exists
This function checks if the given table exists in the database
db_exec (line 164)
PHPFSPOT_DB database query & execute
This function will execute a SQL query and return nothing.
db_fetchSingleRow (line 207)
PHPFSPOT_DB fetch ONE row
This function will execute the given but only return the first result.
db_fetch_object (line 190)
db_getNumRows (line 233)
PHPFSPOT_DB number of affected rows
This functions returns the number of affected rows but the given SQL query.
db_query (line 128)
PHPFSPOT_DB database query
This function will execute a SQL query and return the result as object.
Documentation generated on Wed, 02 Jul 2008 20:41:02 +0200 by phpDocumentor 1.4.2