Google News
logo
CodeIgniter - Interview Questions
What is Codeigniter?
Codeigniter is a programming framework for developing web applications on PHP
 
CodeIgniter is a programming framework that allows the rapid development of highly dynamic websites using the PHP language. It was developed by EllisLab, a software development company, and first released publicly in 2006.
 
The framework is available as open-source software under the MIT License and follows the model-view-controller (MVC) structure for web development. It also has a very small footprint, taking up very little space on the computer/server.
Advertisement