Database/src/FuzeWorks/Model
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
..
MongoTableModel.php Moved retrieval of TableModels into the \FuzeWorks\Database class. 2019-08-21 16:42:47 +02:00
PDOTableModel.php Moved retrieval of TableModels into the \FuzeWorks\Database class. 2019-08-21 16:42:47 +02:00
iDatabaseTableModel.php Moved retrieval of TableModels into the \FuzeWorks\Database class. 2019-08-21 16:42:47 +02:00