API17:JDatabaseQuery::where
From Joomla! Documentation
JDatabaseQuery::where
Description
Add a single condition, or an array of conditions to the WHERE clause of the query.
Template:Description:JDatabaseQuery::where [Edit Descripton]
Since
Synopsis
public JDatabaseQuery->where ($conditions, $glue= 'AND')
| Parameter | Type | Default | Description |
|---|---|---|---|
| $conditions | mixed | A string or array of where conditions. | |
| $glue | string | 'AND' | The glue by which to join the conditions. Defaults to AND. |
Returns
Returns this object to allow chaining.
Defined in
libraries/joomla/database/databasequery.php
Referenced by
See also
Template:SeeAlso:JDatabaseQuery::where
Examples
<CodeExamplesForm />