To enable RESTful API functionality in CodeIgniter, the ________ must be configured correctly.
- Route.php
- autoload.php
- config.php
- database.php
In CodeIgniter, enabling RESTful API requires correct configuration in the 'config.php' file, specifying routes, and ensuring proper setup for the RESTful services.
Loading...
Related Quiz
- The ________ feature in CodeIgniter's database utilities is used to improve query execution time.
- In what scenario would you use the Active Record Class's batch update feature?
- How does CodeIgniter's 'Hooks' feature interact with custom libraries?
- In CodeIgniter, how is the database cache functionality utilized to improve performance?
- What is the role of $this->load->view() function in CodeIgniter?