eczkchtl Posted April 7, 2009 Share Posted April 7, 2009 I'm searching for a small php library which can take the columns I specify from a table in my mysql database and display them in a HTML table with paging. One should then be able to click on a column header to order by that column (switch between ascending/descending). The sorting should also be stable. It seems like a fairly common task. I plan to use it together with WordPress and I'd appreciate if it was a very small library and not a huge application with lots of functionality I don't need. Something you can recommend? Also on another note, I wonder if it's posible to make php die an all errors, even user notices. I still want to display the default php error message so preferably i wouldn't need to make my own error handling function (or make it somehow call the default one). Quote Link to comment Share on other sites More sharing options...
eczkchtl Posted April 8, 2009 Author Share Posted April 8, 2009 Lot's of people must have done this before me? Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.