Skip to content

Kirby 5.0.4

$mysql->tables()

Returns a query to list the tables of the current database; the query needs to return rows with a column name

$mysql->tables(): array

Return type

array

This method modifies the existing $mysql object it is applied to and returns it again.

Parent class

Kirby\Database\Sql\Mysql