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

Class: MDB2_Error

Source Location: /MDB2-2.0.0beta4/MDB2.php

Class Overview

PEAR_Error
   |
   --MDB2_Error

MDB2_Error implements a class for reporting portable database error messages.


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 828]
MDB2_Error implements a class for reporting portable database error messages.


[ Top ]


Method Detail

MDB2_Error (Constructor)   [line 842]

MDB2_Error MDB2_Error( [mixed $code = MDB2_ERROR], [integer $mode = PEAR_ERROR_RETURN], [integer $level = E_USER_NOTICE], [smixed $debuginfo = null])

MDB2_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 14:20:19 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.