->orderBy()

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

Synopsis

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

Description

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

Parameter

Note

This function can not be called statically.

Example