In CodeIgniter, what is the significance of the 'core' subdirectory within the 'application' directory?
- It contains configuration files for the core system.
- It houses the core system files of CodeIgniter.
- It is used for storing core database configurations.
- It is where the main application logic resides.
The 'core' subdirectory within the 'application' directory contains the core system files of CodeIgniter, essential for the framework's functionality and behavior.
Loading...
Related Quiz
- The ________ feature in CodeIgniter allows the application to run different environments seamlessly.
- To prevent XXE attacks, it's crucial to disable ________ when processing XML file uploads.
- Which method in CodeIgniter's database utilities is used to optimize a database?
- What security risks are associated with storing uploaded files directly in the webroot directory?
- How does the 'Controller' in MVC architecture communicate with the 'Model'?