When setting up a new environment for testing, the developer should configure specific settings in the ________ directory.
- application/config
- application/config/testing
- system/config
- system/environment/testing
The application/config directory is used to store configuration files for different environments. For testing configurations, developers should create a testing folder within application/config.
Loading...
Related Quiz
- During high-traffic periods, a CodeIgniter application experiences slow session read/write operations. The likely bottleneck is ________.
- To create a custom library in CodeIgniter, the class file must be placed in the ________ directory.
- Which CodeIgniter library is primarily used for handling sessions?
- To minimize performance overhead, CodeIgniter's logging system uses a technique called ________.
- What is the primary function of a payment gateway in an online shopping platform?