Revision: 5799
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 4, 2008 20:21 by jesse
Initial Code
var $belongsTo = array('Model' => array( 'className' => 'Model', 'conditions' => '', 'order' => '', 'foreignKey' => '' ));
Initial URL
Initial Description
This class var creates a belongsTo association between this and another Model
Initial Title
CakePHP Model belongsTo association
Initial Tags
cakephp
Initial Language
PHP