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

Class: DBA_Error

Source Location: /DBA-1.1.1/DBA.php

Class Overview

PEAR_Error
   |
   --DBA_Error

DBA_Error implements a class for reporting portable database error messages. Based on the PEAR::MDB implementation.


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 239]
DBA_Error implements a class for reporting portable database error messages. Based on the PEAR::MDB implementation.


[ Top ]


Method Detail

DBA_Error (Constructor)   [line 251]

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

DBA_Error constructor.

Parameters:

mixed   $code   —  DBA 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:59:54 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.