-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Kevin Upton edited this page Nov 30, 2017
·
18 revisions
Welcome to the Ethereal documentation.
Find in detail the functionality of each specific class and how to use and implement them.
- Ethereal Model containing all traits
- MorphModel Model extending ethereal allowing a cool technology
- HasAutoHydration Automatically fills your model with the request data
- HasDynamicRelationships Define dynamic relationships, without using functions
- HasEventListeners Listen to model events on the model
- HasResourceInterface Dynamic Resource Controllers
- HasSingletonMethods Only call methods once
- HasTableColumns Get the columns of your model
- HasValidation Run validation over your model before saving it