This function holds open database connections and provides interface to them. It is also used for SQL logging
Located in /environment/library/database/DB.class.php (line 10)
Return number of affected rows
Start transaction
Commit transaction
Create new database connection
This function will return specific connection. If $connection_name is NULL primary connection will be used
Escape value
Escape field / table name
Execute query and return result
Execute query and return all rows
Execute query and return first row from result
Get primary_connection
Return insert ID
Prepare string. Replace every '?' with matching escaped value
Rollback transaction
Set primary_connection value
Add query to SQL log
Return SQL log
Documentation generated on Wed, 23 Jan 2008 01:58:34 +0000 by phpDocumentor 1.4.0