Foreach


  foreach ($this->bindColumns as $key => $parameter) { $this->pdo->bindValue($parameter, $this->fields[$key]); }