CodeIgniter Interview Questions and Answers
What is CodeIgniter and what are its features? 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 … Read more