PHP CakePHP模型hasAndBelongsToMany关联

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP CakePHP模型hasAndBelongsToMany关联相关的知识,希望对你有一定的参考价值。

var $hasAndBelongsToMany = array('Model' => array(
	'className'    => 'Model',
	'joinTable'    => '',
	'foreignKey'   => '',
	'associationForeignKey'=> '',
	'conditions'   => '',
	'order'        => '',
	'limit'        => '',
	'unique'       => true,
	'finderQuery'  => '',
	'deleteQuery'  => '',
));

以上是关于PHP CakePHP模型hasAndBelongsToMany关联的主要内容,如果未能解决你的问题,请参考以下文章

PHP CakePHP模型属于关联

PHP 没有模型的CakePHP控制器

PHP CakePHP模型有很多协会

PHP CakePHP模型hasAndBelongsToMany关联

php [cakephp:UserstampBehavior]在保存之前将用户的id创建/修改为实体的模型行为。 #cakephp

PHP 在cakephp中获取模型的sql查询