API17:JDatabaseMySQLi::getQuery
From Joomla! Documentation
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

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