CodeIgniter4
CodeIgniter4 copied to clipboard
Open Source PHP Framework (originally from EllisLab)
From https://forum.codeigniter.com/showthread.php?tid=81902
**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...
**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...
~~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]...
### 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...
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...
**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 -...
**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...
**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 - [ ]...
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,...