Solar_Sql_Model::getConditions()

public array Solar_Sql_Model::getConditions ( string $alias = NULL )

Returns a WHERE clause array of conditions to use when fetching from this model; e.g., single-table inheritance.

Parameters

  • (string) $alias: The current name of the table for this model in the query being constructed; defaults to the model name.

Returns

  • (array) The modified WHERE array.

Description

Returns a WHERE clause array of conditions to use when fetching from this model; e.g., single-table inheritance.



Local