Revision: 5801
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 4, 2008 20:39 by jesse
Initial Code
var $hasAndBelongsToMany = array('Model' => array(
'className' => 'Model',
'joinTable' => '',
'foreignKey' => '',
'associationForeignKey'=> '',
'conditions' => '',
'order' => '',
'limit' => '',
'unique' => true,
'finderQuery' => '',
'deleteQuery' => '',
));
Initial URL
http://manual.cakephp.org/chapter/models
Initial Description
Initial Title
CakePHP Model hasAndBelongsToMany association
Initial Tags
php, cakephp
Initial Language
PHP