Du skal "omtale" alle pladsholdere i din forespørgsel
$q = $this->_db->prepare("UPDATE fonds
SET Name = :name,
ContactName = :contactname,
ContactPosition = :contactposition,
ContactMail = :contactmail,
ContactPhone = :contactphone,
Website = :website
MinTic = :mintic,
MaxTic = :maxtic
WHERE id = :id");
PDO erstatter kun pladsholdere. Du skal tilføje disse pladsholdere til din forespørgsel.