Skip to content

Kirby 4.2.0

$database->validateTable()

Checks if a table exists in the current database

$database->validateTable(string $table): bool

Parameters

Name Type Default
$table * string

Return type

bool

Parent class

Kirby\Database\Database