In CodeIgniter, which directory is designated for storing view files?

  • application/views
  • code/views
  • content/views
  • system/views
In CodeIgniter, the application/views directory is designated for storing view files. Views are responsible for presenting the data to the user. This separation helps in maintaining a clean structure and follows the MVC pattern where views handle the presentation logic.
Add your answer
Loading...

Leave a comment

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