$sql->join()
Creates a join query
Parameters
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 |