Question

I am working on codeigniter and i want to include pagination in frontend. I have been using normal pagination code in which the pagination links redirect to particular function in the controller file. But i am using the same view file i.e the same pagination for different url changes for example a product list in which there are latest products, filtered products etc. So i am using the same view file for different controller functions but the pagination redirects to only one function and i want to redirect it to different function. Can anyone help me out so that i can redirect to different functions according to url changes ?

No correct solution

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top