Overview: CodeIgniter is an application development framework, which can be used to develop a website, using PHP. It is an Open Source framework. It has a rich set of functionality, libraries, and helpers which help to increase development speed for develop website. If you know PHP well, then CodeIgniter will make your task easier.
CodeIgniter Features:
⦁ Model-View-Controller(MVC) Based System.
⦁ Extremely Light Weight.
⦁ Increase the speed of the website.
⦁ Secure.
⦁ Easy to work.

This tutorial will explain you to install or setup Codelgniter on localhost with WAMP Server. As a web developer maybe we all want or interest to know at least one framework. But before starting work with any framework we need to install or setup it in our system and in CodeIgniter there are very easy or basic steps to install it on the local system.
By follow following points step by step you can easily install it on the local system. Just simply follow the given below steps.

  • Step1: Firstly download WAMP server according to your system configuration. After that install this on the system.
  • Step2: Now start Wamp on the system and test it.
  • Step4: Unzip the downloaded CodeIgniterzip file on your local server (path URL like \wamp\www)
  • Step 5: Open file on the browser (http://localhost/codeIgniter/ ) for test CodeIgniter installation, if you see the following screen then CodeIgniter on your local server then CodeIgniter is successfully installed on your local server.

Leave a Reply

Your email address will not be published.