CodeIgniter Basic Tutorial
Performance & Utilities
CodeIgniter Advanced
When you install CodeIgniter 4, the project structure will look like this:
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