Setting up CodeIgniter Framework for PHP running on WAMP

Pretty excited to start with CodeIgniter frame work today 🙂 Without wasting anymore time, lets get into the details

What?

CodeIgnite is the MVC framework for PHP. More info on MVC is here

How to Install CodeIgniter?

Get the latest version here. I work on PHP installed through WAMP server. So unzip the CodeIgniter to C:/Wamp/

How to test whether CodeIgniter is working?

open http://localhost/CodeIgniter_2.1.3/  This should display a welcome page as below

codeIgniter_welcome

 

NOTE: The version of code igniter I downloaded while creating this post is 2.1.3 . Yours can be anyother and you can rename it to something simple.

 

 

Leave a comment