API17

JDatabaseMySQLi::getQuery: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 4: Line 4:
Get the current or query, or new  object.  
Get the current or query, or new  object.  


{{subst:Description:JDatabaseMySQLi::getQuery}}
 


<source lang="php">
<source lang="php">
Line 30: Line 30:
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]]
* [[API17:JDatabaseMySQLi::getQuery|Other versions of JDatabaseMySQLi::getQuery]]
* [[API17:JDatabaseMySQLi::getQuery|Other versions of JDatabaseMySQLi::getQuery]]
{{subst:SeeAlso:JDatabaseMySQLi::getQuery}}
 


===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=*

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