-
### CodeIgniter4 Version
4.1.9
### What happened?
When using ``attributes``, as the property/attribute name of the Entity class, the `Entity::setAttributes()` method is called as a setter.
N…
-
According to the User Guide, `Time` has been stated **immutable** since v4.0.0-alpha.1:
> CodeIgniter provides a fully-localized, **immutable**, date/time class that is built on PHP's DateTime object…
-
Calling Appconfig->get('foo') every time we need an OSPOS configuration setting is a lot of overhead accessing the database. It would be much better for us to load the app_config table into an array …
-
### PHP Version
7.3
### CodeIgniter4 Version
4.1.1
### CodeIgniter4 Installation Method
Manual (zip or tar.gz)
### Which operating systems have you tested for this bug?
Windows, L…
-
### PHP Version
8.1
### CodeIgniter4 Version
4.2.7
### CodeIgniter4 Installation Method
Composer (using `codeigniter4/appstarter`)
### Which operating systems have you tested for thi…
-
Hi all,
When we create a custom column in table `users`, for example `phone_number`.
And then we set the value to
```php
/**
* ---------------------------------------------------------…
-
Love the promise of this library, but having issues getting it to run. Followed the instructions you set, but when I try to pull up the contact form I get:
Call to undefined function CIMC_JS()
I…
-
### PHP Version
8.1.0
### CodeIgniter4 Version
4.2.6
### Shield Version
dev-develop
### Which operating systems have you tested for this bug?
Windows
### Which server did you use?
apache
###…
-
### PHP Version
7.4
### CodeIgniter4 Version
4.2.6
### CodeIgniter4 Installation Method
Manual (zip or tar.gz)
### Which operating systems have you tested for this bug?
macOS
#…
-
Low-prio issue, but as you have marked `CodeIgniter\CodingStandard\CodeIgniter4` as `@internal` phpstorm complains on me using it. Is there a reason for this class to be internal?