Example #1
0
 public function __construct($strSql = "")
 {
     $this->AbstractConstructor(__CLASS__);
     parent::__construct($strSql);
 }
Example #2
0
 public function __construct($strSql)
 {
     exit("Database type " . self::DB_TYPE . " does not support yet.");
     $this->AbstractConstructor(__CLASS__);
     parent::__construct($strSql);
 }