JDatabase::Quote/1.5
From Joomla! Documentation
JDatabase::Quote
Description
Get a quoted database escaped string.
Description:JDatabase::Quote [Edit Descripton]
public function Quote ( $text $escaped=true )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $text | string | A string | |
| $escaped | boolean | true | Default true to escape string, false to leave the string unchanged |
- Returns string public
- Defined on line 931 of libraries/joomla/database/database.php
See also
JDatabase::Quote on api.joomla.org
JDatabase source code on JoomlaCode
Class JDatabase
Subpackage Database- Other versions of JDatabase::Quote
SeeAlso:JDatabase::Quote [Edit See Also]