Releases: wdes/simple-php-model-system
Releases · wdes/simple-php-model-system
v1.3.0
- Add getter
getDbName
on the Database class - AbstractModel
- Fixed where building with
NULL
values - Improved phpdocs
- Added function
collectCursorOrArrayWhere
- Added function
collectWhere
- Added function
collectCursorWhere
- Added function
buildWhereClause
- Added function
generateMultipleFromQuery
to have a Generator
- Fixed where building with
- Internal coding style changes
v1.2.0
v1.1.0
- Implement database disconnect, config checking and multi connexion support
- Implement hasChanges on Model and detect non changes to the value
v1.0.0
First working release