Previous Page
newRecord()

Solar_Example_Model_Areas
newSelect()

Next Page
serializeCols()

newSelect()

public Solar_Sql_Select newSelect ( array $eager default NULL )

Returns a new Solar_Sql_Select tool, with the proper SQL object injected automatically, and with eager "to-one" associations joined.

Inherited from Solar_Sql_Model.

Parameters

  • (array) $eager: An array of to-one relationship names to eager- load with LEFT JOIN clauses.

Returns

  • (Solar_Sql_Select)

Description

Returns a new Solar_Sql_Select tool, with the proper SQL object injected automatically, and with eager "to-one" associations joined.