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. 

  1. Small learning curve. 
  2. Situations where a framework with a small footprint is needed. 
  3. It’s a framework with zero configuration.
  4. It’s a framework which doesn’t require to stick to strict coding rules. 
  5. Provides HIGH performance and simple coding structure. 
  6. It’s a framework which doesn’t use the command line. 
  7. It provides built-in protection against CSRF and XSS attacks.


Discussion

No Comment Found