Skip to content

2.0.0

Compare
Choose a tag to compare
@oscarotero oscarotero released this 15 Feb 14:38
· 326 commits to master since this release
  • New SimpleCrud\Fields\* classes to transform the data from/to mysql data types (for example datetime, date, set, etc)

A lot of changes in the Entity class, the most important:

  • For clarity, fetch() has been divided in two functions: fetchOne and fetchAll
  • Removed getFields and added getFieldsNames
  • Refactored the insert/update functions for security and speed