-
**Is your feature request related to a problem? Please describe.**
I am happy to see OAuth 2.0 Server by phpleague come to CodeIgniter4, this is nice to start using oauth2, but before i am jump to th…
-
During the conversion to CI4 we need to make sure that our code security strategy is rock solid. This will lay the groundwork for 3rd-party integrations so that we can have a foundational set of code…
-
What does CodeIgniter\Database\Forge::_attributeType change the type based on? (ANSI SQL?).
Why does the following test code unset a type that cannot be used?
https://github.com/codeigniter4/CodeI…
-
### PHP Version
8.3
### CodeIgniter4 Version
4.5.5
### CodeIgniter4 Installation Method
Composer (using `codeigniter4/appstarter`)
### Which operating systems have you tested for this bug?
Linu…
-
### 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 …
-
The sniffer makes a pretty strange requirement. He is always want to see the `boolean` as a type hint. But, at the same time PHP 7.1 supports only `bool` as a type hinting. So, to make everyone happy …
-
### Issue / Bug / Question / New Feature
This cleans the code up significantly in the views especially. IMO we should do it in a future minor release (after CI 4.1.3 upgrade)
-
**Describe the bug**
It is not entirely clear what the return value of [BaseUtils::optimizeTable](https://github.com/codeigniter4/CodeIgniter4/blob/develop/system/Database/BaseUtils.php#L126) is supp…
-
Currently, when the an app_config key/value pair is updated or inserted into the database, the cash gets invalidated then updated. There are two problems:
1- Calling the update_settings() function i…
-
Any Plan For CI4 Implementation for this beautiful package ?