db_mysqli.class.php

Database Class provides access to MySQL with the new MySQLi (improved) extension.

All functions are nearly the same as on the MySQL class, except that additional methods are included to support bind variables. See docs/ for a complete overview of all methods. Requires dbdefs.inc.php for global access data (user,pw,host,port,dbname,appname).

Classes

db_mysqli Main class definition.

Constants

DBOF_DEBUGOFF

DBOF_DEBUGOFF

DBOF_DEBUGSCREEN

DBOF_DEBUGSCREEN

DBOF_DEBUGFILE

DBOF_DEBUGFILE

DBOF_SHOW_NO_ERRORS

DBOF_SHOW_NO_ERRORS

DBOF_SHOW_ALL_ERRORS

DBOF_SHOW_ALL_ERRORS

DBOF_RETURN_ALL_ERRORS

DBOF_RETURN_ALL_ERRORS

MYSQL_ASSOC

MYSQL_ASSOC

MYSQL_NUM

MYSQL_NUM

MYSQL_BOTH

MYSQL_BOTH