DataTable I will show you how you can use DataTable API 1.10/1.12 to display tabular data in Codeigniter framework. Grid view in an Web page is a very important now-a-days. Functions like sorting, searching, pagination is not an easy job in HTML tables. One of many grid view frameworks, an open source, light weight, highly…

Posted in AJAX Codeigniter MySQL

DataTable Using Codeigniter MySQL and AJAX

Introduction In this post we will see how to create voting or rating system using Codeigniter, MySQL and AJAX. We post tutorials, articles or blogs either to our own blog site or as a user to other sites. Sometimes we need to let user rate on our tutorials or articles or blogs so that we…

Posted in AJAX Codeigniter

Codeigniter, AJAX Voting/Rating System

Introduction Here I am going to explain how to work with transaction in Codeigniter 3 framework or how you can use transaction in Codeigniter based web application. Transaction is an important part of persistence storage system because you may save, update or delete data from persistence storage any time. When you perform execution of multiple…

Posted in Codeigniter PHP

Codeigniter Transaction Example

It is known that high chart basically displays different statistical data on different chart types such as column chart, bar chart, line chart, pie chart etc. You can have a look at the URL http://www.highcharts.com/ for more information. You can integrate highchart with any server side tehnology but here I will show you how to…

Posted in AJAX Codeigniter

HighChart using AJAX, Codeigniter

Introduction This tutorial will show you an example on how to separate front-end and back-end in Codeigniter 3. Front-end which is mainly used by public users who navigate through the site and sometimes register themselves to get updates on the site activities, new posts, update on a particular post etc. Back-end which is mainly used…

Posted in Codeigniter

Separating Front-end and Back-end in Codeigniter

This tutorial will show you an example on how to use template in Codeigniter. In an web application a template is recommended because there are certain regions or areas which are common to all pages and only the body portion of the page gets changed. Common areas like header, footer, left sidebar or right sidebar…

Posted in Codeigniter PHP

Using Template in Codeigniter

In this tutorial I will show you how to integrate Google Custom Search Engine with Codeigniter. Prerequisites PHP Engine 5.4 or later Codeigniter 2.2 Apache http server 2.2 or later Knowledge of html, css, javascript, php Final Output Step 1. Create google account if you do not have already one or sign in to google…

Posted in Codeigniter PHP

Google Custom Search Engine example in Codeigniter

I am going to show you how to upload multiple files using PHP based Codeigniter framework. There is file upload class, in Codeigniter, which permits you to upload the file or files. This class also permits you to set various preferences such as destination where the file will be uploaded, restriction on file types, restriction…

Posted in Codeigniter File Upload jQuery PHP

Codeigniter Multiple Files Upload

Introduction This tutorial shows how to bookmark a current URL. We have already built-in functionality in most of the browsers and we can bookmark a URL there but it’s also like you have to go to the menu option. The below code do the same thing just in one click on the web page. User…

Posted in Codeigniter jQuery PHP

Bookmark web page using Codeigniter and jQuery

Introduction We know that xchart basically displays different statistical data on different chart types such as column chart, bar chart, line chart, pie chart etc. You can have a look at the URL http://tenxer.github.io/xcharts/ for more information. You can integrate xchart with any server side tehnology but here I will show you how to integrate…

Posted in AJAX Codeigniter PHP

Codeigniter XChart Example

Introduction This example shows how we can display site maintenance message using Codeigniter 3 to the user. This tutorial will also teach you how to work with hooks in Codeigniter framework. We build the website and live our website but it does not mean that all worked have been done for the website and in…

Posted in Codeigniter PHP

Display site maintenence message using Codeigniter

Introduction I will show you how to backup site or application code and database in PHP based Codeigniter framework. In the world of web it is important to take backup of our site and database frequently. You don’t know when you’d come across unexpected situation which causes your site stop working. Here I have developed…

Posted in Codeigniter PHP

Backup Site and Database in Codeigniter