Skip to content

Kirby 4.2.0

$sqlite->combineIdentifier()

Combines an identifier (table and column)

$sqlite->combineIdentifier(string $table, string $column, bool $values = false): string

Parameters

Name Type Default Description
$table * string
$column * string
$values bool false Whether the identifier is going to be
used for a VALUES clause; only relevant
for SQLite

Return type

string

Parent class

Kirby\Database\Sql\Sqlite