To set custom routing rules for a controller, one must edit the ________ file.
- application/config/custom_routes.php
- application/config/routes.php
- config/routes.php
- routes.php
To set custom routing rules for a controller in CodeIgniter, you need to edit the application/config/routes.php file. This file contains the routing rules for the entire application, allowing you to define custom routes for controllers and methods.
Loading...
Related Quiz
- In a multi-step form, ensuring that each step is validated before proceeding to the next is an example of ________ validation.
- How does CodeIgniter's 'Hooks' feature interact with custom libraries?
- A security audit requires tracking unauthorized access attempts in a CodeIgniter application. This can be done by analyzing the ________.
- Integration of ______ with CodeIgniter helps in step-by-step debugging and monitoring variable values.
- What is the primary function of the Query Builder in CodeIgniter?