A developer is creating a custom library for a CodeIgniter project. The appropriate directory to place this library is ________.

  • application/libraries
  • application/models
  • system/helpers
  • system/libraries
In CodeIgniter, custom libraries are typically placed in the application/libraries directory. This ensures that they are part of the application and can be autoloaded or loaded when needed.
Add your answer
Loading...

Leave a comment

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