Getting Started with CodeIgniter

Mahabubur Rahman
0



CodeIgniter is a one of the most popular PHP framework. It is fully open source for building dynamic web application in PHP.

CodeIgniter is mostly based on the popular Model-View-Controller development pattern. Here view and controller is most necessary part in CodeIgniter framework and model is a optional part. But if we use all three part properly it work very well.

CodeIgniter 2.2.0 is the current stable version of the framework. You can also download it from github.

CodeIgniter 3.0 is the branch under active development. You can also download it from github.

After downloading extract it your local server root directory for xampp server htdocs and for wamp server www. Rename the directory to your project name. Run this on your web browser. ie. http://localhost/myweb

and you will see the welcome page as follow



Post a Comment

0Comments
Post a Comment (0)