Releases: MiraFramework/models
Releases · MiraFramework/models
v2.1.7
Change Log
- insertFromPost() now can take an array as a parameter
v2.1.6
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
Change Log
- removed var dump() function
v2.1.4
Change Log
- Fixed classes not being able to have underscores
v2.1.3
Change Log
- Added information object to model in order to get additional information
v2.1.2
Change Log
- Update method is now a prepared statement
v2.1.1
Change Log
- Find() now can be passed a string as well as an integer
v2.1.0
Change Log
- all returnable methods now return objects inside the foreach loop
v2.0.4
Change Log
-
Added several event triggers to methods
-
Fixed how events are fired
v2.0.3
Change Log
- Removed Sanity Text