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 […]
Php
Simple Example of Laravel 5 Login System Using Sentry
I will be demonstrate simple Laravel authentication using sentry.Already I have shared Simple theming with laravel 5 and introduction of Authorization and Authentication of Users in laravel 5 Using Sentry. I got huge response and request about full register and login system using laravel 5 with sentry, so let’s start entire process of authorization and […]
Simple Pagination with PHP and MySQl Using jQuery
Pagination is useful to show large data records into chunks of data,In previous article we have learn simple pagination non Ajax using PHP.I got huge response from readers and some request as well.This tutorial about how to make simple pagination using php MySQL with jquery simplePagination.js plugin. Main problem was that display about millions of […]
HTML table Listing, Searching and Sorting Using Codeigniter and Mysql – I
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 […]
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 […]