Skip to content

Kirby 3.5.7.1

$query->rightJoin()

Shortcut for creating a right join clause

$query->rightJoin(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

Return type

Kirby\Database\Query

Parent class

Kirby\Database\Query