You are here

property views_query::$orderby in Views (for Drupal 7) 6.2

A simple array of order by clauses.

File

includes/query.inc, line 49
query.inc Defines the query object which is the underlying layer in a View.

Class

views_query
Object used to create a SELECT query.

Code

var $orderby = array();