To create a custom library in CodeIgniter, the class file must be placed in the ________ directory.

  • application/config
  • application/core
  • application/helpers
  • application/libraries
In CodeIgniter, custom libraries should be placed in the 'application/libraries' directory. This is the default location where CodeIgniter looks for user-created libraries. Placing it elsewhere may lead to issues in loading the library.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *