Beispiel #1
0
 public function __construct()
 {
     parent::__construct();
     $this->_errors = icms_core_Debug::setDeprecated('icms_db_legacy_database', sprintf(_CORE_REMOVE_IN_VERSION, '1.4'));
 }
 public function __construct($connection, $allowWebChanges = false)
 {
     parent::__construct($connection, $allowWebChanges);
     $this->pdo = $connection;
 }