Add PHPDoc about sanitization of "insertIfNotExist"

Let's document this potential pitfall properly.
remotes/origin/fix-10825
Lukas Reschke 12 years ago
parent 263dc70bfd
commit af335a39f1
  1. 2
      lib/private/db/adapter.php

@ -42,7 +42,7 @@ class Adapter {
/**
* insert the @input values when they do not exist yet
* @param string $table name
* @param array $input key->value pairs
* @param array $input key->value pair, key has to be sanitized properly
* @return int count of inserted rows
*/
public function insertIfNotExist($table, $input) {

Loading…
Cancel
Save