CodeIgniter4
CodeIgniter4 copied to clipboard
Open Source PHP Framework (originally from EllisLab)
See https://github.com/codeigniter4/CodeIgniter4/issues/5922#issuecomment-1113904559 The following test fails. The validation passes. ```php public function testRequireWithoutWithWildCard() { $data = [ 'a' => [ ['b' => 1, 'c' => 2], ['c' => ''], ],...
Rework the Email package to be consistent with the other CI4 packages - exceptions, email vs Transporter, unit testing. Being worked on in feature/email branch.
The Model should provide a new convenience method, `findOrCreate` that can be given a set of criteria to locate within the db table, or create a new record using that...
Create a tutorial (or two) explaining clearly how to set up a RESTful API and a corresponding presenter.
Provides a common interface to queueing tasks, including to formal queue engines like RabbitMQ or Beanstalkd, and a simple file and database for local versions. Useful for off-loading time-consuming tasks...
### PHP Version 7.4 ### CodeIgniter4 Version 4.1.5 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Windows ### Which server did...
**Describe the bug** I am migrating some CI3 code to CI4 and apparently the `Builder::where` functionality doesn't properly detect a LIKE operator unless it also includes the pattern to be...
**Describe the bug** This may be not a bug. But Query class may be DBMS-specific, it is better not to hard code `Query` class. https://github.com/codeigniter4/CodeIgniter4/blob/42f6667b6a56994ba3f41d12a20738a695bfa055/system/Database/BaseBuilder.php#L1850 See https://github.com/codeigniter4/CodeIgniter4/pull/4176#issuecomment-782771219 and . **CodeIgniter...
**Description** Fixes #5762 Supersede #5763 - fix Entity can't handle column named attributes - add new setter method "`_set` + key" for a attribute **Checklist:** - [x] Securely signed commits...
### PHP Version 7.4 ### CodeIgniter4 Version 4.1.7 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Windows ### Which server did...