CodeIgniter4
CodeIgniter4 copied to clipboard
Open Source PHP Framework (originally from EllisLab)
### PHP Version 7.4 ### CodeIgniter4 Version 4.2.6 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Windows ### Which server did...
This PR improves the method for retrieving foreign keys. It aligns all DBMS to use the same naming convention. It adds some more information such as delete, update, and match...
**Checklist:** - [x] Securely signed commits - [ ] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ] Unit testing, with >80% coverage - [ ]...
### PHP Version 8.1 ### CodeIgniter4 Version 4.2.6 ### CodeIgniter4 Installation Method Composer (as dependency to an existing project) ### Which operating systems have you tested for this bug? macOS...
### PHP Version 8.1 ### CodeIgniter4 Version 4.2.4 ### CodeIgniter4 Installation Method Composer (using `codeigniter4/appstarter`) ### Which operating systems have you tested for this bug? Linux ### Which server did...
**Description** Fixed #6489 **Checklist:** - [x] Securely signed commits - [x] Component(s) with PHPDoc blocks, only if necessary or adds value - [ ] Unit testing, with >80% coverage -...
### PHP Version 8.1 ### CodeIgniter4 Version 4.2.5 ### CodeIgniter4 Installation Method Manual (zip or tar.gz) ### Which operating systems have you tested for this bug? Linux ### Which server...
This PR is a combination of https://github.com/codeigniter4/CodeIgniter4/pull/6367 and https://github.com/codeigniter4/CodeIgniter4/pull/6373 as well as refactoring all the Batch methods. This is the bigger picture of where those PR's are headed. You can...
Ref #4814 #4653 This PR adds functionality to create indexes, primary keys, and foreign keys on a table already created. It does this by calling the new function `processIndexes()` instead...