ORMAssociation (namespace)

Namespace Cake\ORM\Association

Class summary

  • Represents an 1 - N relationship where the source side of the relation is related to only one record in the target table.

  • Represents an M - N relationship where there exists a junction - or join - table that contains the association fields between the source and the target table.

  • Represents an N - 1 relationship where the target side of the relationship will have one or multiple records per each one in the source side.

  • Represents an 1 - 1 relationship where the source side of the relation is related to only one record in the target table and vice versa.

Traits summary

© 2005–2017 The Cake Software Foundation, Inc.
Licensed under the MIT License.
CakePHP is a registered trademark of Cake Software Foundation, Inc.
We are not endorsed by or affiliated with CakePHP.
https://api.cakephp.org/3.3/namespace-Cake.ORM.Association.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部