[Database] element index

Package indexes

All elements
c d e g l n r s
c
top
changeDB
Switched to the specified database name.
d
top
$debug
Whether or not to use "debug mode". When debug mode is on, errors will terminate the current script and display the failed operation and error message. If debug is off, on an error nothing will be displayed.
dal.inc.php
dal.inc.php in dal.inc.php
DatabaseAbstract
Creates a new database object.
DatabaseAbstract
DatabaseAbstract in dal.inc.php
Greg MacLellan's Database Abstraction Layer
e
top
error
Terminate script if we're running debug, otherwise just save the error
g
top
getRow
Puts the next row into an associative array.
getRowRaw
raw mysql_fetch_array
l
top
$lasterror
The last error that occured
n
top
numRows
Finds the number of rows in the result set
r
top
$result
array of result handles
s
top
sqlExec
Executes an SQL query without storing the result. Useful for INSERT, UPDATE, etc
sqlResult
Executes an SQL query and stores the result.
sqlResultRaw
raw mysql_query
sqlRow
Executes an SQL query and gets only one row
c d e g l n r s