Solar_Sql_Select::_hasCountCond()

protected bool Solar_Sql_Select::_hasCountCond ( array $list )

Determines if there is a COUNT() in any of the condition snippets.

Parameters

  • (array) $list: The list of condition snippets.

Returns

  • (bool) True if a COUNT() is present anywhere, false if not.

Description

Determines if there is a COUNT() in any of the condition snippets.



Local