API17

Difference between revisions of "JDatabase::addQuoted"

From Joomla! Documentation

(Bulk upload by Doxiki2)
 
m (preparing for archive only)
 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
Adds a field or array of field names to the list that are to be quoted.  
 
Adds a field or array of field names to the list that are to be quoted.  
  
{{Description:JDatabase::addQuoted}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JDatabase::addQuoted|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
===Since===
 
{{JVer|11.1 }}
 
===Synopsis===
 
 
<source lang="php">
 
<source lang="php">
public JDatabase->addQuoted ($quoted)
+
public function addQuoted ($quoted)
 
</source>
 
</source>
 
{| class="wikitable"
 
{| class="wikitable"
Line 24: Line 19:
 
|mixed
 
|mixed
 
|
 
|
|Field name or array of names  
+
|Field name or array of names.
 
|-
 
|-
 
|}
 
|}
===Returns===
+
* '''Returns''' void
 +
* '''Defined''' on line 1357 of libraries/joomla/database/database.php
 +
* '''Since''' {{JVer|11.1 }}
 +
===See also===
 +
* {{JVer|11.1}} '''JDatabase::addQuoted source code''' on [[jplatform:database/database.php#cl-1349|BitBucket]]
 +
* {{JVer|11.1}} Class [[API17:JDatabase|JDatabase]]
 +
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
 +
* [[API17:JDatabase::addQuoted|Other versions of JDatabase::addQuoted]]
  
===Defined in===
+
 
libraries/joomla/database/database.php
+
===User contributed notes===
===Referenced by===
+
=== Code Examples ===
===See also===
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDatabase::addQuoted|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
* [[JDatabase/11.1|JDatabase]]
 
* [[JDatabase::addQuoted|Other versions of this method]]
 
{{SeeAlso:JDatabase::addQuoted}}
 
===Examples===
 
<CodeExamplesForm />
 
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JDatabase::addQuoted
 
category=JDatabase::addQuoted
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
 +
namespace=CodeExample
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JDatabase]][[Category:JDatabase::addQuoted]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 21:33, 24 March 2017

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.

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

See also[edit]


User contributed notes[edit]

Code Examples[edit]