API17:JDatabase::isQuoted
From Joomla! Documentation
JDatabase::isQuoted
Description
Checks if field name needs to be quoted.
public function isQuoted ($field)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $field | string | The field name to be checked. |
See also
JDatabase::isQuoted source code on BitBucket
Class JDatabase
Subpackage Database- Other versions of JDatabase::isQuoted
User contributed notes
Code Examples