CakePHP模型belongsTo关联
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了CakePHP模型belongsTo关联相关的知识,希望对你有一定的参考价值。
This class var creates a belongsTo association between this and another Model
'className' => 'Model', 'conditions' => '', 'order' => '', 'foreignKey' => '' ));
以上是关于CakePHP模型belongsTo关联的主要内容,如果未能解决你的问题,请参考以下文章
CakePHP - 如何一次通过记录保存单个 hasMany,每个 hasMany 有多个 belongsTo 记录?