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

Class: MDB2_Schema_Error

Source Location: /MDB2_Schema-0.7.0/MDB2/Schema.php

Class Overview

PEAR_Error
   |
   --MDB2_Schema_Error

MDB2_Schema_Error implements a class for reporting portable database error messages.


Author(s):

Methods


Inherited Variables

Inherited Methods


Class Details

[line 2391]
MDB2_Schema_Error implements a class for reporting portable database error messages.


[ Top ]


Method Detail

MDB2_Schema_Error (Constructor)   [line 2402]

MDB2_Schema_Error MDB2_Schema_Error( [mixed $code = MDB2_SCHEMA_ERROR], [int $mode = PEAR_ERROR_RETURN], [int $level = E_USER_NOTICE], [mixed $debuginfo = null])

MDB2_Schema_Error constructor.
  • Access: public

Parameters:

mixed   $code     error code, or string with error message.
int   $mode     what 'error mode' to operate in
int   $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, 21 Oct 2006 17:30:20 -0400 by phpDocumentor 1.3.0. PEAR Logo Copyright © PHP Group 2004.