app/ ├── Config/ # App Configuration (Routes, Auth, Database) ├── Controllers/ # HTTP Layer: Handles Inputs, Validation, and Responses ├── Entities/ # Data Layer: Represents Database Rows as Objects ...
CodeIgniter is a PHP full-stack web framework that is light, fast, flexible, and secure. More information can be found at the official site. This repository holds a composer-installable app starter.