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

From https://forum.codeigniter.com/showthread.php?tid=81902

dev

**Concept** Defines a third namespace sector for downstream application modification, `Local`. **Description** This is something I am starting to incorporate into my open-source applications. The problem this solves is something...

stale

**Description** Provide a context to the error in the error log **Checklist:** - [ ] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds...

enhancement
tests needed
needs rework
wrong branch

~~Need to rebase after merging #6285~~ **Description** Fixes #5905 - fix `hasChanged()` is unreliable for casts - ~~fix `hasChanged()` returns wrong result to mapped property~~ --> #6285 **Checklist:** - [x]...

bug

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

bug
database

Updates the requirements on friendsofphp/php-cs-fixer to permit the latest version. Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger...

dependencies
php

**Description** Fixes #6224 Alternative #6247 - fix `ValidationInterface::run()` param - add missing - `ValidationInterface::loadRuleGroup()` - `ValidationInterface::hasError()` - `ValidationInterface::listErrors()` - `ValidationInterface::showError()` - fix `Validation::loadRuleGroup()` **Checklist:** - [x] Securely signed commits -...

bug
breaking change
docs needed
4.3

**Description** I propose to fix incorrect type declarations as a bug fix in 4.x. Related #4356 **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only...

bug
breaking change
docs needed
4.3

**Description** Fixes #6224 `BaseModel` uses the 3rd param of `$this->validation->run($data, null, $this->DBGroup)`. So it depends on `Validation`, not `ValidationInterface`. Ref: https://github.com/codeigniter4/CodeIgniter4/pull/5909#issuecomment-1179518692 **Checklist:** - [x] Securely signed commits - [ ]...

bug
breaking change
docs needed
4.3

Hi, i love the idea to specify that a given attribute is allowed to be empty by rule, but it would be great if you can specify an explicit type,...

enhancement