Skip to content

4.0.0

Compare
Choose a tag to compare
@oscarotero oscarotero released this 03 Aug 15:35
· 277 commits to master since this release

New versión with a different API. The most notable changes:

  • New class SimpleCrud\SimpleCrud to manage the database. Removed the adapters.
  • New classes SimpleCrud\Queries\* to generate queries based in the db type (mysql or sqlite)
  • Some utilities to handle many-to-many relationship
  • Simplified the row and rowcollection classes to reduce overloading
  • Removed custom rows and rowCollections. All custom functions are declared in the entity.
  • And a lot of changes. See README to know the new API.