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


Datatable Responsive – Using PHP and Mysql with Ajax

I got huge response from datatable tutorials and some users requested share tutorial about responsive datatable. Responsive means a layout which is fit on on each resolution devices like mobile/tablet and desktop which has different resolution screen. Google also announced that he will give preference those blog/website on search listing which are mobile friendly.You can […]

Continue reading