API17:JDatabaseQuery::join
From Joomla! Documentation
JDatabaseQuery::join
Description
public function join (
$type
$conditions
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $type | string | ||
| $conditions | string | $conditions |
- Returns Returns this object to allow chaining.
- Defined on line 364 of libraries/joomla/database/databasequery.php
- Since

See also
JDatabaseQuery::join source code on BitBucket
Class JDatabaseQuery
Subpackage Database- Other versions of JDatabaseQuery::join
User contributed notes
Code Examples