Skip to content

Kirby 4.2.0

$sqlite->join()

Creates a join query

$sqlite->join(string $type, string $table, string $on): array

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

Parent class

Kirby\Database\Sql\Sqlite inherited from Kirby\Database\Sql