The fields to SELECT. Type:
public Select::leftJoin($table, $alias = NULL, $condition = NULL, $arguments
public Select::innerJoin($table, $alias = NULL, $condition = NULL, $arguments
public Select::addField($table_alias, $field, $alias = NULL)
public Select::orderRandom() Orders
public Select::countQuery() Get the
The fields by which to order this query. This is an associative array. The keys are the fields to order, and the value is the direction to order
public Select::join($table, $alias = NULL, $condition = NULL, $arguments =
public Select::escapeLike($string) Escapes
An array whose elements specify a query to UNION, and the UNION type. The 'type' key may be '', 'ALL', or 'DISTINCT' to represent a 'UNION', 'UNION ALL', or 'UNION DISTINCT'
Page 4 of 7