Skip to content

2.2

Compare
Choose a tag to compare
@ratajs ratajs released this 27 Nov 12:04
· 8 commits to master since this release
ec0275b
  • Added ->put() method as a shorthand for ->insert(), ->update() and ->delete()
  • Added DEBUG flag and object‐wide $debug property to display SQL queries before executing
  • Added four more methods to advanced conditions: ->in(), ->begins(), ->ends() and ->contains()
  • Added type declarations to verify types of arguments passed to methods
  • Errors shall now adhere to styles defined in php.ini