Is there any method or technique for getting the number of results from a select query as if it had been run without a limit clause using DQL? This behavior would be similar to using SQL_CALC_FOUND_ROWS and FOUND_ROWS() in MySQL?
|
feedback
|