Skip to content

Kirby 4.5.0

$mysql->order()

Creates the order by syntax

$mysql->order(?string $order = null): array

Parameters

Name Type Default
$order string|null null

Return type

array

Parent class

Kirby\Database\Sql\Mysql inherited from Kirby\Database\Sql