API17

API17:JDatabase::addQuoted

From Joomla! Documentation

Joomla 11.1 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.
  • Returns void
  • Defined on line 1357 of libraries/joomla/database/database.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples