->orderBy()

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

Synopsis

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

Beschreibung

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

Parameter

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Beispiel