Database/src/FuzeWorks
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
..
DatabaseEngine Implemented comments on PDOStatementWrapper. 2019-08-16 17:17:17 +02:00
Event Moved retrieval of TableModels into the \FuzeWorks\Database class. 2019-08-21 16:42:47 +02:00
Exception Implemented MongoDB engine into `FuzeWorks\Database` and other improvements 2019-07-22 11:43:01 +02:00
Model Moved retrieval of TableModels into the \FuzeWorks\Database class. 2019-08-21 16:42:47 +02:00
Database.php Moved retrieval of TableModels into the \FuzeWorks\Database class. 2019-08-21 16:42:47 +02:00
DatabaseComponent.php Implemented renewed Database system. 2019-02-26 20:46:33 +01:00
DatabaseTracyBridge.php Moved retrieval of TableModels into the \FuzeWorks\Database class. 2019-08-21 16:42:47 +02:00