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.
Loading...
Related Quiz
- What is the primary purpose of unit testing in CodeIgniter?
- How can you get the last executed query as a string in CodeIgniter's Query Builder?
- Which Query Builder method in CodeIgniter is used to join two tables?
- To add custom query parameters to pagination links, the ________ configuration option is used.
- Which method in CodeIgniter's database utilities is used to optimize a database?