<a href="{seolink module='listings' method='view' data=$item}">{$item.output_name}</a>
Could anyone kindly explain what exactly happening there. I got that it is passing $item to the view method of a listings module and what is that seolink.
Kindly help me out.
If I were you I could have tried
<a href = "<?php echo base_url();?>/module/function_name"></a>