To override default controllers, models, or libraries, the developer should place these in the ________ directory.
- application/controllers
- application/custom
- application/extensions
- application/overrides
In CodeIgniter, to override default controllers, models, or libraries, the developer should place these customized versions in the 'application/overrides' directory.
Loading...
Related Quiz
- In CodeIgniter, what is the primary purpose of a Helper?
- ________ ensures that migrations are applied in the correct order and keeps track of the current schema state.
- To create a custom library in CodeIgniter, the class file must be placed in the ________ directory.
- What is the primary purpose of integrating social media into a web application?
- The ________ in MVC serves as the application's brain, containing logic and decision-making capabilities.