Hi guys,
I am using my own pagination.
I need a COUNT(*) query matching selector params. I found a count() method in another thread.
$pages->find(template=name, start=0, limit=10);
$pages->count(template=name);
Does this count() make a COUNT(*) query, or does it load everything?
Is it possible to display SQL queries that PW makes? Or even better, display SQL queries for specific selector calls?