->orderBy()

->orderBy() -- Add an order by condition

Synopsis

void $DB_DataObject->orderBy ([string $order])

Описание

Adds a order by condition. Calling this without any arguments clears the current order condition.

Параметр

Заметка

Эта функция не должна вызываться статически.

Пример