This Datatable jquery tutorial help to parse JSON data which was received from server side.I got huge response from reader on datatable tutorials,i am sharing next level datatable tutorial with php and mysql,I am extending Datatable Pagination, Sorting and Search – Server Side (PHP/MySQl) Using Ajax. Sometimes we need to add some text,process json data […]
Php
Server Side Datatable with Sorting,Searching and Pagination Using CodeIgniter – II
In previous codeigniter tutorial, Now we have action method in controller file which will fetch records from MySQL table using model method. I am extending Part I tutorial of Datatable with Sorting,Searching and Pagination.We will create HTML view file and bind employee records data with jquery Datatable. I will use some jQuery code to instantiate […]
Email Verification With Activation Token In Laravel 5 Using Sentry
I have already shared tutorial Login & registration in Laravel Using Sentry .I am extending this tutorial and add email verification system using activation code. I am using sentry module for authorization so we will not add any extra method for generate activation code and database modification etc.We will add following steps into this tutorials, […]