bindParam
bindt variabele door verwijzing, dus je hebt bindValue
. nodig in plaats daarvan:
$this->queryObject->bindValue($key, $value);
bindParam
bindt variabele door verwijzing, dus je hebt bindValue
. nodig in plaats daarvan:
$this->queryObject->bindValue($key, $value);