settings icon indicating copy to clipboard operation
settings copied to clipboard

Settings Library for CodeIgniter 4

Results 7 settings issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [rector/rector](https://github.com/rectorphp/rector) to permit the latest version. Release notes Sourced from rector/rector's releases. Released Rector 1.0.4 New Features and Changes :partying_face: [Php84] Add ExplicitNullableParamTypeRector (#5724) [Transform] Adds...

dependencies
php

**Description** See https://github.com/codeigniter4/settings/pull/125#issuecomment-2042404775 **Checklist:** - [x] Securely signed commits - [] Component(s) with PHPDoc blocks, only if necessary or adds value - [] Unit testing, with >80% coverage - []...

github_actions

It is possible to get multiple values or an array as result? e.g. - see code Get all the settings from a specific key (App.theme) : setting()->get('App.theme','*') Get all the...

Performance-wise it would be a good idea to implement some bulk handling, so multiple settings can be retrieved with e.g. a single database call. For storage this might mean deferred...

**Description** Huge performance improvement. config($class) seems to be an expensive process, and we don't really need it before falling back to the config property. Note: Try creating a for loop...

**Description** Explain what you have changed, and why. **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ]...