 
            
// in a Model_Post which has many comments
protected static $_has_many = array(
    'comments' => array(
        'key_from' => array(key1, key2),
        'model_to' => 'Model_Comment',
        'key_to' => array(key1, key2),
        'cascade_save' => true,
        'cascade_delete' => false,
    )
);
		It looks like you're new here. If you want to get involved, click one of these buttons!