Skip to content

Kirby 3.5.7.1

new Query()

Constructor

new Query(Kirby\Database\Database $database, string $table)

Parameters

Name Type Default Description
$database * Kirby\Database\Database Database object
$table * string Optional name of the table, which should be queried

Parent class

Kirby\Database\Query