$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 |
|---|---|---|
| $tablerequired | string |
no default value |
| $valuesrequired | arrayorstring |
no default value |
| $separator | string |
','
|
| $enforceQualified | bool |
false
|
Return type
array
This method modifies the existing $sqlite object it is applied to and returns it again.
Parent class
Kirby\Database\Sql\Sqlite
inherited from Kirby\Database\Sql