API17:JDatabaseQuery::join
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDatabaseQuery::join
Description
Add a JOIN clause to the query.
Description:JDatabaseQuery::join [Edit Descripton]
Since
Synopsis
public JDatabaseQuery::join ($type, $conditions)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type | string | The type of join. This string is prepended to the JOIN keyword. | |
| $conditions | string | A string or array of conditions. |
Returns
Returns this object to allow chaining.
Defined in
libraries/joomla/database/databasequery.php (line 364)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
