API17:JDatabaseQuery::where
From Joomla! Documentation
JDatabaseQuery::where
Description
public function where (
$conditions
$glue='AND'
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $conditions | mixed | A string or array of where conditions. | |
| $glue | string | 'AND' | $glue |
- Returns Returns this object to allow chaining.
- Defined on line 414 of libraries/joomla/database/databasequery.php
- Since

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