CodeIgniter4
CodeIgniter4 copied to clipboard
Open Source PHP Framework (originally from EllisLab)
### PHP Version 8.2 ### CodeIgniter4 Version 4.4.0 ### CodeIgniter4 Installation Method Composer (as dependency to an existing project) ### Which operating systems have you tested for this bug? Windows...
We currently don't have a great way to test file uploads for end users. See https://forum.codeigniter.com/showthread.php?tid=88557 Reference: https://github.com/kenjis/ci-phpunit-test/pull/157
See https://github.com/codeigniter4/CodeIgniter4/pull/8189#issuecomment-1806507381
I have questions about Config. > the current Routes file isn't what I would consider a config file https://github.com/codeigniter4/CodeIgniter4/pull/7380#issuecomment-1483988974 Then, what are Config Files? or what are Config items? Config...
### PHP Version 8.2 ### CodeIgniter4 Version 4.4.2 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Linux ### Which server did...
### PHP Version 8.1 ### CodeIgniter4 Version 4.4.1 OR 4.3.5 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Linux ### Which...
There are 473 ignored errors due to "no type specified" in [phpstan-baseline.php](https://github.com/codeigniter4/CodeIgniter4/blob/develop/phpstan-baseline.php). These ignored errors should be removed. You can search for `no type specified`, `no return type specified` in...
https://codeigniter4.github.io/CodeIgniter4/models/entities.html#property-casting The `object` handler seems to expect the property to be set to an array. https://github.com/codeigniter4/CodeIgniter4/blob/0cd39937d7a8dbd8074237596024adce0fe3c2af/system/Entity/Cast/ObjectCast.php#L22-L25 https://github.com/codeigniter4/CodeIgniter4/blob/0cd39937d7a8dbd8074237596024adce0fe3c2af/tests/system/Entity/EntityTest.php#L439-L449 However, when setting an array, we cannot save that Entity to the database....
When I resolved conflicts and pushed to the PR branch, "Auto Label "stale" / Check Conflicts" failed. See #7955 ``` Run # MERGEABLE with 'stale' label # MERGEABLE with 'stale'...
### PHP Version 8.1 ### CodeIgniter4 Version 4.2.10 ### CodeIgniter4 Installation Method Composer (as dependency to an existing project) ### Which operating systems have you tested for this bug? Linux...