bindParam liên kết biến theo tham chiếu, vì vậy bạn cần bindValue thay vào đó:
$this->queryObject->bindValue($key, $value);
bindParam liên kết biến theo tham chiếu, vì vậy bạn cần bindValue thay vào đó:
$this->queryObject->bindValue($key, $value);