Skip to content

Kirby 3.5.7.1

$query->select()

Sets the columns, which should be selected from the table By default all columns will be selected

$query->select(mixed $select): Kirby\Database\Query

Parameters

Name Type Default Description
$select * mixed Pass either a string of columns or an array

Return type

Kirby\Database\Query

Parent class

Kirby\Database\Query