Solar_Sql_Select::multiJoin()

public Solar_Sql_Select Solar_Sql_Select::multiJoin ( array $list )

Adds multiple JOINs to the query.

Parameters

  • (array) $list: An array of joins, each with keys 'type' (inner, left, etc), 'name' (the table name), 'cond' (ON conditions), and 'cols' (the columns to retrieve, if any).

Returns

  • (Solar_Sql_Select)

Description

Adds multiple JOINs to the query.



Local