i have a component (not joomla articles) ,
it use the joomla default pagination on items that display on the site from menu item .
but the module of this component not has a pagination .
i want to add pagination in the module .
the component use this code to show and use the pagination in default.php :
Code: Select all
<?php echo $this->pagination->getListFooter(); ?>
i get a blank page with this error :
Code: Select all
0
Using $this when not in object context