CodeIgniter for the absolute beginner

New to CodeIgniter? Here is an awesome place to start and get the most out of this powerful framework.
» Read tutorial
CodeIgniter basic tutorial

A basic tutorial to start or consolidate your skills. Recommended for beginners!
» Read tutorial
Getting started with CodeIgniter

Another very good tutorial for CI newcomers. Learn to install, configure the framework, prepare databases, work with POST and GET data…
» Read tutorial
Fetch data from database with CodeIgniter

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

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

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

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

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.
» Read tutorial
Build a pagination with CodeIgniter

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.
» Read tutorial
Reading CSV files in CodeIgniter

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

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!
» Read tutorial