CodeIgniter4
CodeIgniter4 copied to clipboard
Open Source PHP Framework (originally from EllisLab)
PHP 8.5 requires CodeIgniter 4.7.0 or later. References: - https://wiki.php.net/todo/php85 - https://wiki.php.net/rfc/deprecations_php_8_5 - https://php.watch/versions/8.5 - codeigniter4/CodeIgniter4#9116 TODO : - [ ] Update Docs - [x] Set minimum required PHP 8.2...
**Description** This PR implements deep comparison for objects and arrays in `Entity::hasChanged()` and `Entity::syncOriginal()`. Previously, only shallow reference comparison was performed, meaning changes to object properties, array elements, or nested...
Rewrite README.md to provide a clearer overview of CodeIgniter 4, including key framework features, requirements, and community resources. Add a pragmatic quick-start section with Windows-specific notes, highlight common spark/Composer workflows,...
### PHP Version 8.4 ### CodeIgniter4 Version latest, 4.6.3 ### CodeIgniter4 Installation Method Git ### Which operating systems have you tested for this bug? Linux ### Which server did you...
### PHP Version 8.4 ### CodeIgniter4 Version 4.6.3 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Linux ### Which server did...
### PHP Version 8.3, 8.2 ### CodeIgniter4 Version codelgnite 4.6.3 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Windows ### Which...
**Description** For automatically added label to two directory. **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ]...
Added a new CSP3 directive for Content Security Policy for script-src-elem.
This commit extends the View::renderSection() method to allow an optional default value parameter when a section is not found or is empty. - Added a new `$defaultContent` argument to renderSection()...