ORM
Namespaces
- Relations
Interfaces, Classes, Traits and Enums
- HasAll
- Allows an entity the ability to return all records
- HasConfig
- Allows an entity the ability to return all records
- HasFind
- Allows an entity the ability to return one record
- HasFirst
- Allows an entity the ability to return the first
record
- HasJoin
- Allows an entity the ability to join tables
- HasLast
- Allows an entity the ability to return the last
record
- HasLike
- Allows an entity the ability to return all records
- HasNot
- Allows an entity the ability to return records
based on a WHERE clause
- HasTable
- Allows an entity access to its database
table
- HasWhere
- Allows an entity the ability to return records
based on a WHERE clause