Skip to content

Releases: MiraFramework/models

v2.1.7

18 Aug 14:35
Compare
Choose a tag to compare

Change Log

  • insertFromPost() now can take an array as a parameter

v2.1.6

16 Aug 12:43
Compare
Choose a tag to compare

Change Log

  • Fixed the find() method not returning the correct id number passed to it.

  • Made a better way to access foreign keys. Now you can do $model->find(1)->author() which will return the result from whatever the property inside the $model model was that matches the authors table.

v2.1.5

15 Aug 13:49
Compare
Choose a tag to compare

Change Log

  • removed var dump() function

v2.1.4

14 Aug 20:39
Compare
Choose a tag to compare

Change Log

  • Fixed classes not being able to have underscores

v2.1.3

14 Aug 20:08
Compare
Choose a tag to compare

Change Log

  • Added information object to model in order to get additional information

v2.1.2

14 Aug 19:22
Compare
Choose a tag to compare

Change Log

  • Update method is now a prepared statement

v2.1.1

14 Aug 18:33
Compare
Choose a tag to compare

Change Log

  • Find() now can be passed a string as well as an integer

v2.1.0

12 Aug 04:35
Compare
Choose a tag to compare

Change Log

  • all returnable methods now return objects inside the foreach loop

v2.0.4

07 Aug 16:03
Compare
Choose a tag to compare

Change Log

  • Added several event triggers to methods

  • Fixed how events are fired

v2.0.3

06 Aug 16:33
Compare
Choose a tag to compare

Change Log

  • Removed Sanity Text