Skip to content

Latest commit

 

History

History
411 lines (407 loc) · 14.8 KB

ActiveRecordModel.md

File metadata and controls

411 lines (407 loc) · 14.8 KB

Active Record Model

Everything you need is now in one place. The Active Record Model represents a table schema, an entity or a collection of entities of that table, integrated with the Query Builder to speed up your coding process. Quick Start.

Implements: \IteratorAggregate, \Countable, \ArrayAccess, \Serializable

Table of Contents: