API17

API17:JDatabaseQuery::where

From Joomla! Documentation

Revision as of 01:18, 24 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

Joomla 11.1 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

Joomla 11.1

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 (line 465)

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JDatabaseQuery::where

Examples

<CodeExamplesForm />