Which of the following best describes the 'View' component in MVC architecture?
- It handles user input and communication between Model and Controller.
- It manages the user interface and presentation logic.
- It represents the application's data and business logic.
- It stores configuration settings for the application.
In MVC architecture, the 'View' component manages the user interface and presentation logic. It is responsible for displaying data to the user and formatting it appropriately. The View should remain decoupled from the business logic to ensure code maintainability and flexibility.
Loading...
Related Quiz
- What is the primary difference between session data and flashdata in CodeIgniter?
- How do CodeIgniter's database utilities assist in handling database versioning?
- OAuth tokens are used to:
- What is the significance of the ENVIRONMENT constant in debugging a CodeIgniter application?
- Which keyword is used in most programming languages to handle exceptions?