CakePHP Pagination count not matching query?
问题 I've got a fairly modified pagination query using a number of Joins etc - but for some reason the paginator->counter() never matches the results from the count query. You can see it in action at http://dev.qreer.com/ - by choosing various options on the LHS navigation, the query output is below and the paginator count appears to be pretty random. Any idea where I can start looking to debug this? In the Jobs Controller: $this->paginate = $this->Job->paginateParams($data); $jobs = $this-