pagination url parameters - Joomla! Forum - community, help and support


hi there,

i'm trying use joomla.html.pagination stuff pagination, im unable modify url-parameters returns. according api, should going this:

code: select all

$total=100;
$limit=40;
$pagenav = new jpagination($total, $limitstart, $limit);
//echo $pagenav->getpageslinks(bla);
echo $pagenav->getlistfooter( juri::base() . "index.php?option=bla&controller=" );


problem no custom parameters added. did forget something?

in new api getlistfooter function doesn't have parameters anymore. why wanna add parameters url ?





Comments