Where should custom libraries be placed within the CodeIgniter directory structure?

  • application/helpers
  • application/libraries
  • system/helpers
  • system/libraries
Custom libraries in CodeIgniter should be placed in the application/libraries directory. This ensures that they are easily accessible and follow the CodeIgniter directory structure conventions.
Add your answer
Loading...

Leave a comment

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