Go to file
Abel Hoogeveen 8260038310 Merge branch 'holiday-branch' into 'master'
Implemented changes requested by FuzeWorks\Application.

- TableModels now return a TableModelResult. This provides a standardized return variable for all types of TableModels.
- TableModelResults can be iterated over, or turned into an array with toArray()
- TableModels are now requested using the Database::getTableModel() method. Arguments are put in a different order.
- PDOTableModel no longer supports joins
- PDOTableModel no longer supports fetchMode. Use TableModelResult::group instead for certain cases.
- Optimized DatabaseEngine

See merge request fuzeworks/Database!2
2019-09-08 20:56:24 +00:00
src Implemented changes requested by FuzeWorks\Application. 2019-09-08 20:32:42 +02:00
test Moved retrieval of TableModels into the \FuzeWorks\Database class. 2019-08-21 16:42:47 +02:00
.gitattributes Initial Commit 2018-11-15 19:10:52 +01:00
.gitignore Implemented renewed Database system. 2019-02-26 20:46:33 +01:00
LICENSE Initial Commit 2018-11-15 19:10:52 +01:00
composer.json Release 1.2.0-RC4 2019-08-21 19:35:31 +02:00