API17

JDatabaseMySQLi::getQuery: Difference between revisions

From Joomla! Documentation

Doxiki2 (talk | contribs)
Updated to r1448:247ba8d88526
 
m preparing for archive only
 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:
Get the current or query, or new  object.  
Get the current or query, or new  object.  


{{Description:JDatabaseMySQLi::getQuery}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[Description:JDatabaseMySQLi::getQuery|Edit Descripton]]<nowiki>]</nowiki>
</span>
<source lang="php">
<source lang="php">
public function getQuery ($new=false)
public function getQuery ($new=false)
Line 29: Line 27:
===See also===
===See also===
* {{JVer|11.1}} '''JDatabaseMySQLi::getQuery source code''' on [[jplatform:database/database/mysqli.php#cl-293|BitBucket]]
* {{JVer|11.1}} '''JDatabaseMySQLi::getQuery source code''' on [[jplatform:database/database/mysqli.php#cl-293|BitBucket]]
* {{JVer|11.1}} Class [[JDatabaseMySQLi/11.1|JDatabaseMySQLi]]
* {{JVer|11.1}} Class [[API17:JDatabaseMySQLi|JDatabaseMySQLi]]
* {{JVer|11.1}} Subpackage [[Subpackage_Database/11.1|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[JDatabaseMySQLi::getQuery|Other versions of JDatabaseMySQLi::getQuery]]
* [[API17:JDatabaseMySQLi::getQuery|Other versions of JDatabaseMySQLi::getQuery]]
{{SeeAlso:JDatabaseMySQLi::getQuery}}
 
<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JDatabaseMySQLi::getQuery|Edit See Also]]<nowiki>]</nowiki>
</span>
===User contributed notes===
===User contributed notes===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
noresultsheader=\n
noresultsheader=\n
category=JDatabaseMySQLi::getQuery
category=JDatabaseMySQLi::getQuery
category=CodeExample
namespace=CodeExample
category=MethodExample
category=MethodExample
include=*
include=*
Line 47: Line 43:
format= ,,,
format= ,,,
</dpl>
</dpl>
<noinclude>[[Category:JDatabaseMySQLi]][[Category:JDatabaseMySQLi::getQuery]]</noinclude>
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 02:41, 25 March 2017

Joomla 11.1 JDatabaseMySQLi::getQuery

Description

Get the current or query, or new object.


public function getQuery ($new=false)
Parameter Type Default Description
$new false
  • Returns mixed The current value of the internal SQL variable or a new object.
  • Defined on line 301 of libraries/joomla/database/database/mysqli.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples