Which folder contains the controllers in CodeIgniter?
What architecture does CodeIgniter follow?
What file is used to configure database settings?
Which method loads a view in a controller?
What is the default controller file name in CodeIgniter?
Which method allows defining custom routes?
How to pass data from controller to view?
Which method deletes a session variable?
What does the ‘autoload.php’ file do?
Which helper assists with URL creation?
What is the default namespace for controllers in CodeIgniter 4?
Which feature allows you to autoload classes based on namespaces?
What are entities in CodeIgniter 4 used for?
What is a migration in CodeIgniter?
Which command rolls back the last migration?