Advertisement
Google Ad Slot: content-top
Codeigniter Project Structure
When you install CodeIgniter 4, the project structure will look like this:
Workflow Summary
1. Request hits /public/index.php
2. Routes to /app/Controllers/...
3. Uses /app/Models to fetch/save data
4. Loads /app/Views to show output