quoteValue() public method
Quotes a string value for use in a query. Note that if the parameter is not a string, it will be returned without change. See also http://www.php.net/manual/en/function.PDO-quote.php.
public string quoteValue ( $str )$str string
String to be quoted return string
The properly quoted string