What are the most prominent features of CodeIgniter?

A list of most prominent features of CodeIgniter: It is an open source framework and free to use. It is extremely light weighted. It is based on the Model View Controller (MVC) pattern. It has full featured database classes and support for several platforms. It is extensible. You can easily extend the system by using … Read more

What is CodeIgniter?

CodeIgniter is an open source and powerful framework used for developing web applications on PHP. It is loosely based on MVC pattern and similar to Cake PHP. CodeIgniter contains libraries, simple interface and logical structure to access these libraries, plug-ins, helpers and some other resources which solve the complex functions of PHP more easily maintaining … Read more