CodeIgniter4 icon indicating copy to clipboard operation
CodeIgniter4 copied to clipboard

Open Source PHP Framework (originally from EllisLab)

Results 299 CodeIgniter4 issues
Sort by recently updated
recently updated
newest added

The current exception classes are not neatly categorized, and when creating a new exception class, it is difficult to determine which exceptions to inherit and implement. Also, when throwing exceptions,...

dev

**Description** Fixes #5762 **Checklist:** - [x] Securely signed commits - [] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ] Unit testing, with >80% coverage -...

breaking change
next major version?

### PHP Version 7.4 ### CodeIgniter4 Version 4.2 ### CodeIgniter4 Installation Method Composer (as dependency to an existing project) ### Which operating systems have you tested for this bug? macOS...

enhancement

**Describe the bug** Wrong approach to implementing a generic BaseBuilder instance in the model and post processing queries to the database. When using a subquery, the work of the model...

database

See https://github.com/codeigniter4/CodeIgniter4/pull/6116#pullrequestreview-1005687856

dev
4.3

Allows developers to easily create and integrate their own Exception handler classes, and limiting their usage to only the exception or HTTP status code desired. Supercedes #5355 **Checklist:** - [x]...

enhancement
stale
breaking change
4.3

Rarely fails. ``` 1) CodeIgniter\Commands\Database\MigrateStatusTest::testMigrateAllWithWithTwoNamespaces Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ '+---------------+-------------------+--------------------+-------+---------------------+-------+ | Namespace | Version | Filename | Group | Migrated On...

testing

### PHP Version 7.4 ### CodeIgniter4 Version 4.1.8 ### CodeIgniter4 Installation Method Manual (zip or tar.gz) ### Which operating systems have you tested for this bug? Windows ### Which server...

enhancement
database

**Describe the bug** Currently there is no way to manually set the key name. This can lead to issue when there are a lot of columns for which key should...

enhancement
database
missing feature

We have a lot of places where values can be interpolated into a (project) URI. There are also some places that it would be good to add support for such...

dev