$query->leftJoin()
Shortcut for creating a left join clause
$query->leftJoin(string $table, string $on): Kirby\Database\Query
Parameters
Name | Type | Default | Description |
---|---|---|---|
$table * | string |
– | Name of the table, which should be joined |
$on * | string |
– | The on clause for this join |