databaseException Class Reference

List of all members.

Public Member Functions

 __construct ($dbname, $message, $sql, $number, $dbtrace)

Public Attributes

 $dbname = ''
 $sql = ''
 $number = 0


Detailed Description

Definition at line 75 of file aliroDatabase.php.


Constructor & Destructor Documentation

databaseException::__construct ( dbname,
message,
sql,
number,
dbtrace 
)

Definition at line 80 of file aliroDatabase.php.

References $dbname, $number, and $sql.

00080                                                                              {
00081         parent::__construct($message, $number);
00082         $this->dbname = $dbname;
00083         $this->sql = $sql;
00084         $this->dbtrace = $dbtrace;
00085     }


Member Data Documentation

databaseException::$dbname = ''

Definition at line 76 of file aliroDatabase.php.

Referenced by __construct().

databaseException::$sql = ''

Definition at line 77 of file aliroDatabase.php.

Referenced by __construct().

databaseException::$number = 0

Definition at line 78 of file aliroDatabase.php.

Referenced by __construct().


The documentation for this class was generated from the following file:

Generated on Wed May 14 13:02:00 2008 for ALIRO by  doxygen 1.5.5