- CodeIgniter For The Absolute Beginner
- CodeIgniter Basic Tutorial
- Fetch Data From Database With CodeIgniter
- Build a RSS 2.0 Feed With CodeIgniter
- Validating Web Forms with CodeIgniter
- Generating PDF Files Using CodeIgniter
- Build a Cache With CodeIgniter
- Build a Pagination with CodeIgniter
- Reading CSV Files in CodeIgniter
- Setting Up Multiple Sites On One Install
CodeIgniter For The Absolute Beginner
New to CodeIgniter? Here is an awesome place to start and get the most out of this powerful framework.
CodeIgniter Basic Tutorial
A basic tutorial to start or consolidate your skills. Recommended for beginners!
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.
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.
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!