string DB::quote (string $string)
string DB::quote
Quotes a string database-dependent, so it can be safely used in a query
the input string to quote
string - the quoted string.
This function can not be called statically.