API17:JDatabaseQuery::order
From Joomla! Documentation
JDatabaseQuery::order
Description
public function order ($columns)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $columns | mixed | A string or array of ordering columns. |
- Returns Returns this object to allow chaining.
- Defined on line 439 of libraries/joomla/database/databasequery.php
- Since

See also
JDatabaseQuery::order source code on BitBucket
Class JDatabaseQuery
Subpackage Database- Other versions of JDatabaseQuery::order
User contributed notes
Code Examples