1
0
mirror of synced 2025-01-30 12:01:44 +03:00
This commit is contained in:
zYne 2007-09-17 22:19:17 +00:00
parent e1f646c75a
commit 19fc58dccd

View File

@ -111,7 +111,7 @@ class Doctrine_Relation_Parser
}
$this->_pending[$alias] = array_merge($options, array('class' => $name, 'alias' => $alias));
/**
$m = Doctrine_Manager::getInstance();
if (isset($options['onDelete'])) {
@ -120,6 +120,7 @@ class Doctrine_Relation_Parser
if (isset($options['onUpdate'])) {
$m->addUpdateAction($name, $this->_table->getComponentName(), $options['onUpdate']);
}
*/
return $this->_pending[$alias];
}