Fetch the total number of rows found by the last call to find(), regardless of the limit parameter set. This is different than the total number of rows limited by the current call, which you can get with total().
Contents
Function Definition
public function total_found ()
Source File:/pods/classes/Pods.php
Since: 2.0
Returns
(int) Number of rows returned by find(), regardless of the ‘limit’ parameter