- Fixed problem with Nested Set table definition not happening in time for exporting when NestedSet behavior is added through Doctrine_Template_NestedSet.
This commit is contained in:
parent
7e2669d1bd
commit
3aa991821b
1 changed files with 5 additions and 0 deletions
|
@ -44,4 +44,9 @@ class Doctrine_Template_NestedSet extends Doctrine_Template
|
||||||
$this->_table->setOption('treeOptions', $this->_options);
|
$this->_table->setOption('treeOptions', $this->_options);
|
||||||
$this->_table->setOption('treeImpl', 'NestedSet');
|
$this->_table->setOption('treeImpl', 'NestedSet');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public function setTableDefinition()
|
||||||
|
{
|
||||||
|
$this->_table->getTree()->setTableDefinition();
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Add table
Reference in a new issue