JDatabaseDriverSqlite::escape
Method to escape a string for usage in an SQLite statement.
Note: Using query objects with bound variables is preferable to the below.
Signature
public function escape(string
$text,
[boolean
$extra = false] )
Parameters
-
$text
- The string to be escaped.
-
$extra
- Unused optional parameter to provide extra escaping.
Returns
- string
- The escaped string.