JDatabase::getEscaped/11.1
From Joomla! Documentation
JDatabase::getEscaped
Description
Method to escape a string for usage in an SQL statement.
Description:JDatabase::getEscaped [Edit Descripton]
public function getEscaped ( $text $extra=false )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $text | string | The string to be escaped. | |
| $extra | bool | false | Optional parameter to provide extra escaping. |
- Returns string The escaped string.
- Defined on line 1153 of libraries/joomla/database/database.php
- Since

See also
JDatabase::getEscaped source code on BitBucket
Class JDatabase
Subpackage Database- Other versions of JDatabase::getEscaped
SeeAlso:JDatabase::getEscaped [Edit See Also]