Name | Description |
---|---|
InterfaceRelationship | Interface for a table relationship. |
Name | Description |
---|---|
AbstractRelationship | Abstract class that all relationships must extend from. |
BelongsTo | Belongs to relationship. |
DatabaseException | Thrown when there was an error performing a database operation. |
Errors | Class that holds {@link Validations} errors. |
HasAndBelongsToMany | |
HasMany | One-to-many relationship. |
Memcache | |
ReadOnlyException | Thrown when attempting to perform a write operation on a {@link Model} that is in read-only mode. |
Table | Manages reading and writing to a database table. |
UndefinedPropertyException | Thrown when attempting to access an invalid property on a {@link Model}. |
Validations | Manages validations for a {@link Model}. |