In CodeIgniter, where should the controller files be placed within the application structure?

  • /models
  • /views
  • /controllers
  • /core
CodeIgniter follows the MVC (Model-View-Controller) pattern, and controller files should be placed in the "/controllers" directory within the application structure. The other options are not the standard location for controllers.
Add your answer
Loading...

Leave a comment

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