API17

API17:JDatabaseQuery::where

From Joomla! Documentation

Revision as of 23:18, 20 April 2011 by Doxiki2 (talk | contribs) (Bulk upload by Doxiki2)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

Referenced by

See also

[Edit See Also]

Template:SeeAlso:JDatabaseQuery::where

Examples

<CodeExamplesForm />