To override a built-in Helper in CodeIgniter, place the custom Helper in the ________ directory.
- Application
- Custom
- Override
- System
To override a built-in Helper, place the custom Helper in the application/helpers directory, which takes precedence over the system directory.
Loading...
Related Quiz
- Integrating third-party libraries often requires updating the __________ file to include necessary dependencies.
- What is the advantage of using method chaining in CodeIgniter's Query Builder?
- Which keyword is used in most programming languages to handle exceptions?
- In CodeIgniter, the use of ________ headers can help prevent Clickjacking attacks.
- In CodeIgniter, how is code coverage used in the context of unit testing?