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

Class: DB_DataObject_Error

Source Location: /DB_DataObject-1.7.9/DataObject/Error.php

Class Overview

PEAR_Error
   |
   --DB_DataObject_Error

DB_DataObject_Error is a quick wrapper around pear error, so you can distinguish the error code source.


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 32]
DB_DataObject_Error is a quick wrapper around pear error, so you can distinguish the error code source.

messages.



[ Top ]


Method Detail

DB_DataObject_Error (Constructor)   [line 47]

DB_DataObject_Error DB_DataObject_Error( [mixed $message = ''], [mixed $code = DB_ERROR], [integer $mode = PEAR_ERROR_RETURN], [integer $level = E_USER_NOTICE], mixed $debuginfo)

DB_DataObject_Error constructor.
  • See: PEAR_Error
  • Access: public

Parameters:

mixed   $code     DB 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
mixed   $debuginfo     additional debug info, such as the last query

[ Top ]


Documentation generated on Sat, 12 Mar 2005 06:40:13 -0500 by phpDocumentor 1.2.3. PEAR Logo Copyright © PHP Group 2004.