$query->rightJoin()
Shortcut for creating a right join clause
Parameters
Name | Type | Default | Description |
---|---|---|---|
$table * | string |
– | Name of the table, which should be joined |
$on * | string |
– | The on clause for this join |
Return type
This method does not modify the existing $query
object but returns a new object with the changes applied. Learn more →