InterviewSolution
Saved Bookmarks
| 1. |
What is CodeIgniter? |
|
Answer» CodeIgniter is an open-source and MVC-based framework used for WEB application development on PHP. This framework contains LIBRARIES, an easier interface with a LOGICAL structure to access these libraries, helpers, plug-ins, and other resources as well. It is easy to USE compared to other PHP FRAMEWORKS. |
|