JDatabase::addQuoted
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
JDatabase::addQuoted[edit]
Description[edit]
Adds a field or array of field names to the list that are to be quoted.
public function addQuoted ($quoted)
Parameter | Type | Default | Description |
---|---|---|---|
$quoted | mixed | Field name or array of names. |
See also[edit]
JDatabase::addQuoted source code on BitBucket
Class JDatabase
Subpackage Database
- Other versions of JDatabase::addQuoted
User contributed notes[edit]
Code Examples[edit]