1. What is codeigniter. Codeigniter is open source , web application framework.Its is for building websites using php.Codeigniter is loosely based on MVC pattern. Most simple framework in php , which is you will easily learn.Its mostly known for its speed as compare to other frameworks in php. Its goal is to enable you to develop projects much faster than you could if you were writing code from scratch , by providing a rich set of libraries for commonly needed tasks, as well as a simple interface and logical structure to access these libraries. 2. When and who developed codeigniter. The first public version of CodeIgniter was released on February 28, 2006. 3. What is current version of codeigniter. version 2.2.0 was released June 2014.The development version of codeigniter 3.0-dev was release on October 20, 2011.Preview version 3.0-dev, is certified open source software licensed with the Open Software License. 4. What ar...