This repository was archived by the owner on May 24, 2022. It is now read-only.
0.7.0 - Introducing relations
- BC BREAK: Dropped support for PHP 5.3
- Added a shorthand for model relations with
Model->hasChildren()
and
Model->hasParent()