Skip to content

Kirby 4.2.0

Db::table()

Sets the current table which should be queried. Returns a Query object, which can be used to build a full query for that table.

Db::table(string $table): Kirby\Database\Query

Parameters

Name Type Default
$table * string

Return type

Kirby\Database\Query

Parent class

Kirby\Database\Db