This tutorial help to create jQuery datatable listing with Sorting, Searching and Pagination using CodeIgniter 3. I am using AJAX for Sorting, Searching and Pagination records from MySQL database. CodeIgniter (CI) is a very popular light-weight PHP framework that helps to create a full-fledged web application.
PHP print_r() Function With Example
This PHP tutorial helps you to learn basic print_r statement with examples. The print_r() PHP function is used to return an array in a human readable form.
How to install APCu on Linux
Today, I will let you know how to install APC (for PHP) on a Linux system. The APC is not compatible with PHP 5.5+ version, So I’ll install and configure APCu which is supported by PHP 5.5+.
How To Repeat Strings In PHP : str_repeat()
Model,View and Controller in MVC
A term MVC is little bit confusing to newly developers. Now I am describing very easy way and letting you know how to create any application MVC .MVC is a global term for any language, it’s not dependent on any technology. MVC is a way of separation to three layers model, view, controller of application. […]