API17:JDatabase::nameQuote
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDatabase::nameQuote
Description
Wrap an SQL statement identifier name such as field, table or database names in quotes to prevent injection risks and reserved word conflicts.
Description:JDatabase::nameQuote [Edit Descripton]
public function nameQuote ($name)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | The identifier name to wrap in quotes. |
- Returns string The quote wrapped name.
- Defined on line 877 of libraries/joomla/database/database.php
- Since
See also
-
JDatabase::nameQuote source code on BitBucket
-
Class JDatabase
-
Subpackage Database
- Other versions of JDatabase::nameQuote
SeeAlso:JDatabase::nameQuote [Edit See Also]
User contributed notes
<CodeExamplesForm />
