Skip to content

Kirby 4.2.0

$sqlite->valueList()

Creates a list of fields and values

$sqlite->valueList(string $table, array|string $values, string $separator = ',', bool $enforceQualified = false): array

Parameters

Name Type Default
$table * string
$values * array|string
$separator string ','
$enforceQualified bool false

Return type

array

Parent class

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