10 Awesome Tutorials to Master CodeIgniter
Join the DZone community and get the full member experience.
Join For FreeCodeIgniter is an open source rapid development web application framework for use in building dynamic web sites with PHP. In today’s article, I have compiled 10 very useful tutorials to learn to do almost everything with this powerful PHP framework.
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 an 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 a 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
Published at DZone with permission of Jean-Baptiste Jung, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments