- Source:
Extends
Members
(static) create_path
- Source:
delete_path
- Source:
save_path
- Source:
Methods
(static) all()
- Source:
(static) create()
Create a new model and insert into the database
- Source:
(static) find()
(STATIC) - Query the data store and return the model with the supplied id
- Source:
(static) first()
- Source:
(static) firstWhere()
- Source:
(static) list()
(STATIC) - Return all models from the data store
- Source:
(static) refresh_static()
- Source:
(static) where()
(STATIC) -
- Source:
delete()
Delete a model
- Source:
refresh()
- Source:
save()
Store the model's state back to the database
- Source: