API17:JDatabase::addQuoted
From Joomla! Documentation
JDatabase::addQuoted
Description
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
JDatabase::addQuoted source code on BitBucket
Class JDatabase
Subpackage Database- Other versions of JDatabase::addQuoted
User contributed notes
Code Examples