Codeigniter

12 Reasons Why Codeigniter Framework is Better than Custom PHP Development

Perhaps the title and focus of this article should not be specific for only Codeigniter, As any PHP framework has its own features and benefits against custom PHP development. But I love Codeigniter framework because of its very easy configuration and flexibility of going into very depth of development. I have been working in this framework since 2008, So I have pretty good reasons base on my experience with this framework that why using Codeigniter is a lot better than going to raw PHP or custom development.

Codeigniter Tutorial: How To check Username/Email availablity using jQuery in Codeigniter?

This post is for CI lover who wants to learn Codeigniter. This script will show you how can we check live availability of username or email using Ajax in Codeigniter. Using this tutorial you can also understand how can we send a jQuery Ajax request to server living in CI. In your view where you …

Codeigniter Tutorial: How To check Username/Email availablity using jQuery in Codeigniter? Read More »

CodeIgniter Tutorial: Upload and Convert video to FLV using FFmpeg.

Today, I will show, how can we upload and convert a video file to flv using FFmpeg in CodeIgniter website. FFmpeg commands runs in Linux but in Window server we need to download FFmpeg.exe file from its site. Which we have to put in our site root folder. IF your server is Linux then you …

CodeIgniter Tutorial: Upload and Convert video to FLV using FFmpeg. Read More »

PHP Encrypt/Decrypt: Simple class to encrypt url data

Encryption is useful where critical data is being transferred in url. I have found a simple and secure encryption class with some changes to make it fit for new users. You can use it in Codeigniter websites as well. Just copy it in application/libraries directory and use it in other libraries style. Here is the …

PHP Encrypt/Decrypt: Simple class to encrypt url data Read More »

CodeIgniter Tutorial: How to Create Ajax Pagination using CodeIgniter?

ajax-pagination

CodeIgniter has many built-in classes and plugins. Pagination class of CodeIgniter is very easy and simple to use. Also Ajax Pagination library is availanle in Codeigniter. Here i will describe how to create simple ajax pagination in Codeigniter using some simple steps. First of all download Ajax Pagination from Codeigniter site. And put this library …

CodeIgniter Tutorial: How to Create Ajax Pagination using CodeIgniter? Read More »