Tagged Questions

6
votes
5answers
7k views

How do I do table sorting using CodeIgniter?

I've been developing a site over the past few weeks using CodeIgniter as the framework. I've been thinking of the best way to accomplish something, which in a lot of other frameworks in other ...
0
votes
2answers
47 views

Best way to create a dropdown filter?

I've been trying to filter information to make it easy for a visitor to find. Ideally I would have a few dropdown filters to sort the data and only the posts matching the options selected would be ...