array('numeric'), 'content' => array('notempty'), 'quote_id' => array('numeric') ); //The Associations below have been created with all possible keys, those that are not needed can be removed var $belongsTo = array( 'Quote' => array( 'className' => 'Quote', 'foreignKey' => 'quote_id', 'conditions' => '', 'fields' => '', 'order' => '' ) ); } ?>