CodeIgniter Tutorial: Learn to Master CodeIgniter

CodeIgniter For The Absolute Beginner

CodeIgniter Tutorial: Learn to Master CodeIgniter 1
New to CodeIgniter? Here is an awesome place to start and get the most out of this powerful framework.

CodeIgniter Basic Tutorial

CodeIgniter Tutorial: Learn to Master CodeIgniter 2
A basic tutorial to start or consolidate your skills. Recommended for beginners!

Fetch Data From Database With CodeIgniter

CodeIgniter Tutorial: Learn to Master CodeIgniter 3
In order to use CodeIgniter in a production environment, knowing how to work with database data is a must. This handy tutorial is here to help.
» Read tutorial

Build a RSS 2.0 Feed With CodeIgniter

CodeIgniter Tutorial: Learn to Master CodeIgniter 4
In this tutorial, we will build a RSS 2.0 Feed with the PHP framework CodeIgniter. After this tutorial, you will be able to build a feed for any custom website in no time at all.
» Read tutorial

Validating Web Forms with CodeIgniter

CodeIgniter Tutorial: Learn to Master CodeIgniter 5
If you’re a web developer, you’ve probably written any number of scripts designed to validate the input entered into a web form. In this tutorial, you’ll learn how to validate web forms quickly and easily using CodeIgniter.
» Read tutorial

Generating PDF Files Using CodeIgniter

CodeIgniter Tutorial: Learn to Master CodeIgniter 6
In many situations, it is very useful to be able to generate .pdf files. Of course you can do so with CodeIgniter, and it’s pretty easy with this helpful article.
» Read tutorial

Build a Cache With CodeIgniter

CodeIgniter Tutorial: Learn to Master CodeIgniter 7
For websites/web applications, caching plays a very important role. This tutorial explains how you can start using CodeIgniter caching techniques for improving your web application to a new level.

Build a Pagination with CodeIgniter

CodeIgniter Tutorial: Learn to Master CodeIgniter 8
Pagination is a very common feature of blogs, news websites, and internal search engines. Here’s an useful tutorial to learn how to paginate items with CI.

Reading CSV Files in CodeIgniter

CodeIgniter Tutorial: Learn to Master CodeIgniter 9
Here is an interesting article to learn how you can easily read .csv files using CodeIgniter.
» Read tutorial

Setting Up Multiple Sites On One Install

CodeIgniter Tutorial: Learn to Master CodeIgniter 10
Let’s finish this post with a very handy tutorial, which will show you how to set up multiple sites using a single CI install. A must read!