Custom configuration files in CodeIgniter are stored in the ________ directory.
- application/config
- application/configuration
- application/preferences
- application/settings
In CodeIgniter, custom configuration files are stored in the 'application/config' directory. This directory holds various configuration files that control the behavior of the framework and the user's application.
Loading...
Related Quiz
- In an audit, a security expert discovers that a web application is vulnerable to CSRF. The most likely missing security measure is ________.
- For complex query handling in a RESTful API with CodeIgniter, the ________ pattern is often utilized.
- Explain the role of the 'hooks' directory in advanced CodeIgniter applications.
- When a web application receives an OAuth access token, the next step is to use it to ________.
- To secure email transmissions, applications often use ________ over SMTP.