$sql->join()
Creates a join query
$sql->join(string $type, string $table, string $on): arrayParameters
| Name | Type | Default | 
|---|---|---|
| $type * | string | – | 
| $table * | string | – | 
| $on * | string | – | 
Return type
array
Exceptions
| Type | Description | 
|---|---|
| Kirby\Exception\InvalidArgumentException | if an invalid join type is given |