$sql->joins()
Create the syntax for multiple joins
$sql->joins(array|null $joins = null): array
Parameters
| Name | Type | Default |
|---|---|---|
| $joins | arrayornull |
null
|
Return type
array
This method modifies the existing $sql object it is applied to and returns it again.