JDatabaseQueryMySQL::where: Difference between revisions
From Joomla! Documentation
m →User contributed notes: moving preparation |
m →See also: moving preparation |
||
| Line 37: | Line 37: | ||
===See also=== | ===See also=== | ||
* {{JVer|11.1}} '''JDatabaseQueryMySQL::where source code''' on [[jplatform:database/database/mysqlquery.php#cl-221|BitBucket]] | * {{JVer|11.1}} '''JDatabaseQueryMySQL::where source code''' on [[jplatform:database/database/mysqlquery.php#cl-221|BitBucket]] | ||
* {{JVer|11.1}} Class [[JDatabaseQueryMySQL | * {{JVer|11.1}} Class [[API17:JDatabaseQueryMySQL|JDatabaseQueryMySQL]] | ||
* {{JVer|11.1}} Subpackage [[Subpackage_Database | * {{JVer|11.1}} Subpackage [[API17:Subpackage_Database|Database]] | ||
* [[JDatabaseQueryMySQL::where|Other versions of JDatabaseQueryMySQL::where]] | * [[API17:JDatabaseQueryMySQL::where|Other versions of JDatabaseQueryMySQL::where]] | ||
{{SeeAlso:JDatabaseQueryMySQL::where}} | {{SeeAlso:JDatabaseQueryMySQL::where}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 01:17, 12 May 2013
JDatabaseQueryMySQL::where
Description
Template:Description:JDatabaseQueryMySQL::where [Edit Descripton]
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 229 of libraries/joomla/database/database/mysqlquery.php
- Since

See also
JDatabaseQueryMySQL::where source code on BitBucket
Class JDatabaseQueryMySQL
Subpackage Database- Other versions of JDatabaseQueryMySQL::where
Template:SeeAlso:JDatabaseQueryMySQL::where [Edit See Also]
User contributed notes
<CodeExamplesForm />