public SelectQueryExtender::orderBy($field, $direction = 'ASC')
includes/database/select.inc, line 546
<?php public function orderBy($field, $direction = 'ASC') { $this->query->orderBy($field, $direction); return $this; } ?>
Weitere Informationen über Formatierungsoptionen
Kommentare
Kommentar hinzufügen