/dbdefs.inc.php

Description

SQLite Database Class - Definitions (PHP 5).

Constants
SQLITEDB_ADMINEMAIL = 'php@saschapfalz.de' (line 33)

Set address to be shown in case of an error.

If this is not set the default address of $_SERVER['SERVER_ADMIN'] is used.

SQLITEDB_APPNAME = 'SQLite_class' (line 21)

Name of application using this class (used in print_error()).

SQLITEDB_DEFAULT_DB = './test.dbf' (line 16)

Default database filename to use for Connect() method.

  • see: Connect
SQLITEDB_ERRORMODE = db_SQLite::DBOF_SHOW_ALL_ERRORS (line 27)

Modify default error handling mode if you wish.

Default is DBOF_SHOW_NO_ERRORS if you omit this parameter.

SQLITEDB_SENTMAILONERROR = 0 (line 39)

Set this define to 1 if you want auto-emails to be sent whenever an error occures. Default is 0 (disabled).

SQLITEDB_USE_PCONNECT = 1 (line 52)

Set this define to 1 if you want to use persistant connections as default connection.

Default is 0, which means that sqlite_open is used instead of sqlite_popen.

Documentation generated on Sat, 07 Aug 2010 20:00:53 +0200 by phpDocumentor 1.4.3