InterviewSolution
Saved Bookmarks
| 1. |
What is CodeIgniter and what are its features? |
|
Answer» CodeIgniter is PHP opensource framework, based on loosely coupled MVC pattern. It consists of huge libraries, simple interface and logical structure to access these libraries, plugins, and helpers to solve complex logical PROBLEMS. It’s a lightweight elegant framework which provides faster development rather than writing code from scratch. The latest VERSION (as of now) is 3.1.10. It’s appropriate in the following situations to CREATE a project with CodeIgniter.
|
|