For advanced caching in CodeIgniter, the cache adapter is set in the ________ configuration file.
- cache.php
- config.php
- database.php
- routes.php
CodeIgniter uses the config.php file to set up various configurations, including the cache adapter for advanced caching.
Loading...
Related Quiz
- How does CodeIgniter handle session data when working with AJAX requests?
- In CodeIgniter, the ________ feature allows for the seamless transition of database structures across different environments.
- Explain the role of the 'hooks' directory in advanced CodeIgniter applications.
- How does CodeIgniter's pagination library handle database queries for large datasets to improve efficiency?
- A common method to secure file uploads is to validate the file's ________ and size.