Is there a way that I can make codeigniter only display “« Older Articles” and “Newer Articles »” instead of displaying page numbers and all the other stuff?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There can be two ways you can achieve that:
If you can modify the CI’ pagination class, go with that, but I won’t recommend that
because you will need it with same purpose elsewhere possibly.
A better option is to create your own library for that if you can. If you can not do so, you are can make your own functions to achieve that.
Also check to make sure that there might be such thing available already somewhere on the internet’s jungle.