What file extension is typically used for views in CodeIgniter?

  • .ci
  • .html
  • .php
  • .view
In CodeIgniter, views are typically saved with a .php extension. This allows the server to interpret and process the PHP code within the view file. The .html extension is not commonly used for CodeIgniter views.
Add your answer
Loading...

Leave a comment

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