Which MVC component acts as a bridge between the Model and the View?
- Controller
- Middleware
- Router
- ViewModel
The Controller serves as a bridge between the Model and the View in CodeIgniter's MVC pattern. It handles user input, processes it using the Model, and sends the results to the View for presentation.
Loading...
Related Quiz
- For advanced debugging and logging, developers can utilize the ________ directory in CodeIgniter.
- In the context of XSS, what is the purpose of Content Security Policy (CSP)?
- When optimizing a CodeIgniter application for performance, a developer decides to replace a native library with a more efficient third-party library. The key factor to consider in this scenario is __________.
- In CodeIgniter's pagination, what method is used to retrieve the current page number from the URL?
- In CodeIgniter, how is the maximum file size for uploads defined?