Return to Snippet

Revision: 5801
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