MDB
[ class tree: MDB ] [ index: MDB ] [ all elements ]

Class: MDB_Error

Source Location: /MDB-1.3.0/MDB.php

Class Overview

PEAR_Error
   |
   --MDB_Error

MDB_Error implements a class for reporting portable database error messages.


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 706]
MDB_Error implements a class for reporting portable database error messages.


[ Top ]


Method Detail

MDB_Error (Constructor)   [line 721]

MDB_Error MDB_Error( [mixed $code = MDB_ERROR], [integer $mode = PEAR_ERROR_RETURN], [integer $level = E_USER_NOTICE], [smixed $debuginfo = NULL])

MDB_Error constructor.

Parameters:

mixed   $code   —  MDB error code, or string with error message.
integer   $mode   —  what 'error mode' to operate in
integer   $level   —  what error level to use for $mode & PEAR_ERROR_TRIGGER
smixed   $debuginfo   —  additional debug info, such as the last query

[ Top ]


Documentation generated on Mon, 11 Mar 2019 10:15:26 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.