To create a custom Helper in CodeIgniter, the file must be saved in the ________ directory.
- application
- config
- system
- helper
The correct option is "a) application". In CodeIgniter, custom Helper files should be saved in the "application/helpers" directory. This directory ensures that the Helper is accessible to your application.
Loading...
Related Quiz
- The process of converting database result sets into custom formats is handled by the ________ method in CodeIgniter.
- What design pattern is MVC architecture primarily based on?
- In a CodeIgniter project, a custom encryption library is introduced. To ensure seamless integration, the developer must consider ________.
- Which OAuth grant type is most suitable for a web application with a server backend?
- How does CodeIgniter handle nested transactions?