×
Please submit new Bug Reports on GitHub: github.com/Jensen-Technologies/component-creator-issues/issues
Total Records in Search results
John Leger
Utente bloccato
Posts: 3
9 Anni 4 Mesi fa - 9 Anni 4 Mesi fa #866
da John Leger
Total Records in Search results è stato creato da John Leger
Site:
barchan.joomlaharvest.com/projects
I have a custom component I'm developing and need to display the total number of items in the search results in the view, including all the items on all the pagination pages.
This code block below only gets me the total records on the current page:
For instance if I have 98 results and my pagination filter set to only show 10 results per page, I need to be able to display 98 as the total number of records returned.
Can someone please point me in the right direction?
John
I have a custom component I'm developing and need to display the total number of items in the search results in the view, including all the items on all the pagination pages.
This code block below only gets me the total records on the current page:
<?php echo count($this->items); ?>
For instance if I have 98 results and my pagination filter set to only show 10 results per page, I need to be able to display 98 as the total number of records returned.
Can someone please point me in the right direction?
John
Ultima Modifica 9 Anni 4 Mesi fa da John Leger.
Si prega Accedi o Crea un account a partecipare alla conversazione.
John Leger
Utente bloccato
Posts: 3
9 Anni 4 Mesi fa #867
da John Leger
Risposta da John Leger al topic Total Records in Search results
Figured it out.
<?php echo $this->pagination->get('total') ?>
Si prega Accedi o Crea un account a partecipare alla conversazione.
Tempo creazione pagina: 0.049 secondi