dbXapp 2.0
RAD, CMS, Module und Runtime-IDE fuer dbXapp
Loading...
Searching...
No Matches
dbxDatabaseError.class.php
Go to the documentation of this file.
1<?php
2
4 public $_dbMessage ='no connection to db';
5
6
7 function __construct($dataDic,$err='') {
8 $msg="no connection to db for dd ($dataDic). ($err)";
9 $this->_dbMessage=$msg;
10 }
11}
12
13?>
__construct($dataDic, $err='')