Go to file
Abel Hoogeveen 18f2a6bb40
Moved retrieval of TableModels into the \FuzeWorks\Database class.
- BREAKING: tableModels can no longer be fetched using the iDatabaseTableModel::__construct() method. From now on users must implement the Database::getTableModel() method using the Factory.
- TableModels now have a few more required methods from the iDatabaseTableModel interface. This change shouldn't impact much
2019-08-21 16:42:47 +02:00
src Moved retrieval of TableModels into the \FuzeWorks\Database class. 2019-08-21 16:42:47 +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-RC3 2019-03-05 11:12:27 +01:00