Database/test
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
..
database Implemented changes requested by FuzeWorks\Application. 2019-03-01 11:15:30 +01:00
temp Initial Commit 2018-11-15 19:10:52 +01:00
autoload.php Initial Commit 2018-11-15 19:10:52 +01:00
bootstrap.php Moved retrieval of TableModels into the \FuzeWorks\Database class. 2019-08-21 16:42:47 +02:00
phpunit.xml Initial Commit 2018-11-15 19:10:52 +01:00