$mysql->valueList()
Creates a list of fields and values
$mysql->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\Mysql inherited from Kirby\Database\Sql