Closed mindplay-dk closed 8 years ago
Add support for count queries.
By adding a ->count() method to SelectQuery maybe? Which returns a CountQuery instance??
->count()
SelectQuery
CountQuery
Or by internally modifying the state of the select query?
Relates to #2
Add support for count queries.
By adding a
->count()
method toSelectQuery
maybe? Which returns aCountQuery
instance??Or by internally modifying the state of the select query?
Relates to #2