In CodeIgniter, the naming convention for custom library files is ________.

  • Customlibrary.php
  • Library.php
  • Library_custom.php
  • My_library.php
The naming convention for custom library files in CodeIgniter is to use the format 'My_library.php' where 'My' is a user-defined prefix, and 'library' is the name of the library. This convention helps maintain consistency and avoid naming conflicts.
Add your answer
Loading...

Leave a comment

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