DEV Community

sanjeevkumar233
sanjeevkumar233

Posted on

CodeIgniter Tutorial

CodeIgniter was created by EllisLab on February 28, 2006. Codeigniter is a powerful framework that follows the MVC pattern. MVC is a Model View Controller-a toolkit for building websites. Model is responsible for managing the data, View is responsible for displaying the data, and the Controller is responsible for controlling the model and viewing the part to work together. Codeigniter is open-source software that makes it easier for a coder to maintain a page more efficiently and quickly develop a web framework, and its speed and other functionality is better than the other PHP framework, and CI Documentation is the main advantage of the other framework.
A web developer can build a full-featured web application with the help of the CodeIgniter. The aim of the Codeigniter Tutorial is to introduce a framework for CodeIgniter and basic configuration and setup. http://www.phptpoint.com/codeigniter-tutorial/

Top comments (0)