Jump to content

Library - Paging, Order by Column in Table


eczkchtl

Recommended Posts

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).

Link to comment
https://forums.phpfreaks.com/topic/152942-library-paging-order-by-column-in-table/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.