CodeIgniter Video Tutorial

CodeIgniter is an open source web application framework for use in building dynamic web sites with PHP. Its goal is to enable developers to develop projects much faster than...writing code from scratch, by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. It makes form manipulation and database manipulation a lot more easier than normal raw-coding.

Here I'm going to share some of the most important and needed video tutorial of using CodeIgniter framework so that PHP programmer can become familiar with the framework more quickly.


CodeIgniter with HTML5 boilerplate

Learn how to use CodeIgniter and HTML5 boilerplate framework together.


CodeIgniter Tutorial from nettuts+

Probably the most famous video tutorial series for CodeIgniter. "CodeIgniter From Scratch" has 17 parts which focuses exclusively on the CodeIgniter PHP framework.

Creating A Login Form in CodeIgniter

Here is a series of 4 video which discuss about creating a login form (including form validation, user authentication) from scratch.


Creating A Registration Form in CodeIgniter

Here is another series of videos of creating a simple registration form in CodeIgniter framework.


Creating Pagination in CodeIgniter

Here is another series of videos of creating pagination in CodeIgniter framework.


Creating a Web Chat App in CodeIgniter

In this series of videos you will learn how to create a Web Chat App in CodeIgniter using JQUERY.


Creating a URL Shorterner in CodeIgniter

Here is a series of 4 videos which create a URL Shorterner apps using CodeIgniter framework.