A developer is creating a custom library for a CodeIgniter project. The appropriate directory to place this library is ________.
- application/libraries
- application/models
- system/helpers
- system/libraries
In CodeIgniter, custom libraries are typically placed in the application/libraries directory. This ensures that they are part of the application and can be autoloaded or loaded when needed.
Loading...
Related Quiz
- Which HTML attribute is crucial for preventing XSS in user-generated content?
- How does AJAX contribute to form validation in modern web applications?
- During a system upgrade, a developer uses ________ in CodeIgniter to ensure database compatibility with new features.
- What is the role of resource controllers in RESTful API development using CodeIgniter?
- To view detailed benchmarking data in CodeIgniter, the ________ method must be enabled in the controller.