Exemple #1
0
 /**
  * Escape a value using the PDO escaper for the current connection
  * @param $text
  *
  * @return string
  */
 private function escape($text)
 {
     return $this->database->escape($text);
 }