CodeIgniter4 icon indicating copy to clipboard operation
CodeIgniter4 copied to clipboard

Open Source PHP Framework (originally from EllisLab)

Results 282 CodeIgniter4 issues
Sort by recently updated
recently updated
newest added

**Description** I make this method because method promptByKey() just can read one value. **Checklist:** - [x] Securely signed commits - [x] Component(s) with PHPDoc blocks, only if necessary or adds...

enhancement
4.3

**Description** Fixes #6245 Supersedes #6340 **Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ] Unit testing, with...

bug
breaking change

Follow-up #6249 This PR fixes https://github.com/codeigniter4/CodeIgniter4/issues/6351 In `Forge::createTable()` ```php // If table exists lets stop here if ($ifNotExists === true && $this->db->tableExists($table, false)) { $this->reset(); return true; } ``` This...

bug
database
breaking change

### PHP Version 8.1 ### CodeIgniter4 Version 4.2.2 ### CodeIgniter4 Installation Method Composer (as dependency to an existing project) ### Which operating systems have you tested for this bug? macOS,...

bug

### PHP Version 7.4 ### CodeIgniter4 Version 4.2.3 ### CodeIgniter4 Installation Method Composer (as dependency to an existing project) ### Which operating systems have you tested for this bug? Linux...

**Description** Fixes #6358 **How to Test** ```php

bug

### PHP Version 7.4 ### CodeIgniter4 Version 4.2.3 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Windows ### Which server did...

bug

This PR adds ``RawSql`` type to ``BaseConnection->escape()``. It does not escape the ``RawSql``. This allows passing SQL functions in columns used for DML operations. For instance you could pass `CURRENT_TIMESTAMP()`...

enhancement
4.3

This PR adds Upsert and UpsertBatch methods to builder. **Checklist:** - [x] Securely signed commits - [x] Component(s) with PHPDoc blocks, only if necessary or adds value - [x] Unit...

enhancement
4.3

### CodeIgniter4 Version dev ### What happened? If you specify a custom error message for a field with an asterisk, the default error text will be used. This is due...

bug