kenjis
kenjis
HI, irc-log-viewer has functionality which I want. But unfortunately my irc log file format is different from sample logs. So I started to hack it, and found it was a...
If you want to upgrade your apps to CodeIgniter4, and want to utilize the existing test code, my new project might help you. **CodeIgniter 3 to 4 Upgrade Helper** https://github.com/kenjis/ci3-to-4-upgrade-helper...
Type `mixed` means `object|resource|array|string|int|float|bool|null`. https://www.php.net/manual/en/language.types.declarations.php#language.types.declarations.mixed The current code base has a lot of type `mixed` in PHPDocs, But I think all of them are not correct. And `mixed` prevents PHPStan...
https://github.com/codeigniter4/CodeIgniter4/blob/6f4b407bef5d6a06fef8fe566974a1eabd6f764d/system/Images/Handlers/ImageMagickHandler.php#L22 References - #6149 - #6297
### `set*Batch()` ```php public function setInsertBatch($key, string $value = '', ?bool $escape = null); public function setUpdateBatch($key, string $index = '', ?bool $escape = null); ``` `setUpdateBatch()` does not have...
`$db->getFieldData()`'s explanation is not complete and accurate. ``` The following data is available from this function if supported by your database: name - column name max_length - maximum length of...
From https://forum.codeigniter.com/showthread.php?tid=81902
~~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]...