To enhance the default behavior of the CodeIgniter framework, a developer decides to use hooks. The implementation of these hooks should be placed in the ________ directory.
- application/config/hooks
- application/hooks
- system/config/hooks
- system/hooks
CodeIgniter hooks are stored in the application/hooks directory. This allows developers to extend or modify the behavior of the framework at specific points during the execution of the application.
Loading...
Related Quiz
- To add custom query parameters to pagination links, the ________ configuration option is used.
- How do you manage dependencies when integrating multiple third-party libraries in CodeIgniter?
- After installing CodeIgniter, which directory should be set as the web server's document root?
- To prevent Cross-Site Scripting attacks, CodeIgniter provides a security filter known as ________.
- What is the primary function of the Query Builder in CodeIgniter?