JDatabase::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. | ||
<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:JDatabase::getQuery|Other versions of JDatabase::getQuery]] | * [[API17:JDatabase::getQuery|Other versions of JDatabase::getQuery]] | ||
===User contributed notes=== | ===User contributed notes=== | ||
=== Code Examples === | |||
<dpl> | <dpl> | ||
noresultsheader=\n | noresultsheader=\n | ||
category=JDatabase::getQuery | category=JDatabase::getQuery | ||
namespace=CodeExample | |||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
Latest revision as of 02:33, 25 March 2017
JDatabase::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 1176 of libraries/joomla/database/database.php
- Since

See also
JDatabase::getQuery source code on BitBucket
Class JDatabase
Subpackage Database- Other versions of JDatabase::getQuery
User contributed notes
Code Examples