Association (class)

Class Association

An Association is a relationship established between two tables and is used to configure and customize the way interconnected records are retrieved.

Cake\ORM\Association uses Cake\Core\ConventionsTrait, Cake\ORM\Locator\LocatorAwareTrait

Direct known subclasses

Cake\ORM\Association\BelongsTo, Cake\ORM\Association\BelongsToMany, Cake\ORM\Association\HasMany, Cake\ORM\Association\H