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

It's possible to provide nested transaction semantics when using SQLite3 by using `SAVEPOINT` statements to manage transactions deeper than 1 level. The implementation starts a transaction when `transBegin()` is first...

enhancement
database
stale
docs needed
4.6

There are 1,763 ignored errors due to "no value type specified in iterable type array" 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 value type...

help wanted
dev
good first issue

**Description** See #6909 https://github.com/codeigniter4/CodeIgniter4/pull/6886#issuecomment-1324182519 To restart transactions after strict mode failure. **Checklist:** - [x] Securely signed commits - [x] Component(s) with PHPDoc blocks, only if necessary or adds value -...

enhancement
database
4.6

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

database

Fixes #8809 cast $this->port to string on ctype_digit of OCI8 Connection **Checklist:** - [ ] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds...

database
tests needed
GPG-Signing needed

**Description** Allow a different DBGroup to be added in CLI class validations. **Checklist:** - [ ] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or...

enhancement
breaking change
tests needed
wrong branch
GPG-Signing needed

**Description** I don't know why this "Design and Architectural Goals" was removed in 4.0 user guide. But I would like to restore it. Basically, this goal is still valid today....

documentation

**Description** Improvement. ***Benchmark*** ```bash Test Time Memory command_new() 11.8162 2 MB command() 12.5120 0 Bytes ``` ```php

refactor
tests needed

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

help wanted
github_actions

@paulbalandan you've added strict object return type for service() and single_service() in 4.3.7 The issue I'm hading with this one is that I'm using services to return array of objects....