In MVC, ________ is/are responsible for sending back the user response or output.
- Controller
- Model
- Router
- View
In the MVC pattern, the View is responsible for presenting the user interface and sending back the response or output to the user. It receives data from the Controller and displays it to the user in an appropriate format.
Loading...
Related Quiz
- To override default controllers, models, or libraries, the developer should place these in the ________ directory.
- In advanced web applications, how is token-based CSRF protection typically implemented?
- The use of ________ in CodeIgniter is essential for integrating custom Helpers with core functionalities.
- The ________ feature in CodeIgniter's database utilities is used to improve query execution time.
- What is the primary purpose of integrating third-party libraries in CodeIgniter?