Revision: 5800
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 4, 2008 20:35 by jesse
Initial Code
var $hasMany = array('Model' => array(
'className' => 'Model',
'conditions' => '',
'order' => '',
'limit' => '',
'foreignKey' => '',
'dependent' => false,
'exclusive' => false,
'finderQuery' => '',
'fields' => '',
'offset' => '',
'counterQuery' => ''
));
Initial URL
http://manual.cakephp.org/chapter/models
Initial Description
Initial Title
CakePHP Model hasMany Association
Initial Tags
php, cakephp
Initial Language
PHP