JDatabase::setQuery/1.5
From Joomla! Documentation
JDatabase::setQuery
Description
Sets the SQL query string for later execution.
Description:JDatabase::setQuery [Edit Descripton]
public function setQuery ( $sql $offset=0 $limit=0 $prefix='#__' )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $sql | |||
| $offset | 0 | ||
| $limit | 0 | ||
| $prefix | '#__' |
- Returns
- Defined on line 544 of libraries/joomla/database/database.php
See also
-
JDatabase::setQuery on api.joomla.org
-
JDatabase source code on JoomlaCode
-
Class JDatabase
-
Subpackage Database
- Other versions of JDatabase::setQuery
SeeAlso:JDatabase::setQuery [Edit See Also]
User contributed notes
<CodeExamplesForm />