Welcome Guest, Not a member yet? Register   Sign In
CodeIgniter 4 Components
#1

These are the components that make up CodeIgniter 4, and the purpose of each module:

- core: core abstractions (Controller, Model and Entity), as well as bootstrap
- API: convenient request handling
- Autoloader: PS4-compliant class loader, also with classmap and legacy folder support
- CLI: command-line interface & tools
- Cache: caching system, with handlers for popular cache stores
- Commands: command-line tools, including migrations
- Config: CI configuration
- Database: relational database abstractions, with handlers for MySQL & Postgres
- Debug: aookication debugging aids
- Email: email support
- Events: event handling
- Exceptions: named exceptions to help debugging
- Files: enhanced file system support
- Filters: request/response filter management
- Format: response formatting adapter
- HTTP: key request & response handling
- Helpers: legacy-style functions
- Honeypot: filter tool for bots
- I18n: internationaliation, date & time support
- Images: image handling
- Language: localization, with multi-language support
- Log: PSR-3 compatible logging
- Pager: pagination
- Router: touting & route collections
- Security: CSRF filter
- Session: enhanced session handling
- Test: framework or app testing support
- ThirdParty: bundled modules so you don't need to use composer
- Throttle: throughput throttling filter
- Typography: fancy formatting
- Validation: form validation
- View: presentation tools, including parser and viewcells
James Parry
Project Lead
Reply


Messages In This Thread
CodeIgniter 4 Components - by jlp - 09-14-2018, 02:52 PM
RE: CodeIgniter 4 Components - by ciadmin - 09-16-2019, 09:24 AM
RE: CodeIgniter 4 Components - by MisterGeorgeX - 09-16-2019, 12:39 PM
RE: CodeIgniter 4 Components - by skechav - 01-04-2020, 05:01 PM
RE: CodeIgniter 4 Components - by Femyk - 01-26-2020, 07:15 AM



Theme © iAndrew 2016 - Forum software by © MyBB