Solar_Sql_Select::_countSubSelect()
protected
int
Solar_Sql_Select::_countSubSelect
( Solar_Sql_Select $inner
, string $col
)
When doing a countPages(), count using a subselect.
Parameters
(Solar_Sql_Select)
$inner
: The inner subselect to use.(string)
$col
: Count on this column in the subselect.
Returns
(int) The count on the subselect column.
Description
When doing a countPages(), count using a subselect.