CodeIgniter from Scratch: Displaying & Sorting Tabular Data
In today’s video tutorial, we are going to use CodeIgniter to pull information from a database and display it in a sortable table structure. This is a quite common task, especially inside admin areas, for displaying database records. We are going to be utilizing a few different utilities, such as the active records library and pagination.
source