JDatabaseQuery::where
From Joomla! Documentation
The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.
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