Home »
MCQs »
CodeIgniter MCQs
CodeIgniter uses which of the following approach?
4. CodeIgniter uses which of the following approach?
- MVC
- Master-slave
- Client-server
- Layered
Answer: A) MVC
Explanation:
CodeIgniter uses the Model-View-Controller approach.