HTML table Listing, Searching and Sorting Using Codeigniter and Mysql – II

ci_pagination_searching_sorting

We have created html table listing using codeigniter and mysql database in previous codeigniter tutorial.We will add advanced feature in this table like any other table grid plugin.We will follow following steps to add pagination features. I am using codeigniter pagination library for paging and url library for anchor tag.CI is providing many useful library […]

Continue reading


HTML table Listing, Searching and Sorting Using Codeigniter and Mysql – I

ci_pagination_searching_sorting

In this Codeigniter tutorial, I will discuss with you, how to fetch records from MySQL database and bind with HTML table with searching, sorting and pagination.We will add some configuration parameters with Codeigniter using config and auto-loader file. These are very common features of any html table grid listing.You need to provide pagination,sorting and searching […]

Continue reading