The ________ directory is used for adding custom helper functions in CodeIgniter.
- application/custom
- application/helpers
- application/libs
- application/utilities
CodeIgniter uses the 'application/helpers' directory for adding custom helper functions. Helper functions are sets of utility functions that can be used throughout the application.
Loading...
Related Quiz
- Which tool is commonly used for managing database migrations in CodeIgniter?
- The ________ method in CodeIgniter is crucial for handling conditional rollbacks in transactions.
- Advanced debugging techniques in CodeIgniter may involve custom ______ to handle exceptions.
- What is the role of 'Entity' classes in the latest versions of CodeIgniter for working with Models?
- In CodeIgniter, where are database connection settings typically defined?