Commit 94fb249e authored by zYne's avatar zYne

--no commit message

--no commit message
parent a65524eb
......@@ -1493,17 +1493,6 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite
$this->_table->setOption($name, $value);
}
}
/**
* index
* defines a foreignKey
*
* @param array $definition the definition array
* @return void
*/
public function foreignKey(array $definition = array())
{
return $this->_table->addForeignKey($definition);
}
/**
* index
* defines or retrieves an index
......@@ -1602,6 +1591,15 @@ abstract class Doctrine_Record extends Doctrine_Access implements Countable, Ite
$this->_data = $data[0];
}
/**
* loadTemplate
*
* @param string $template
*/
public function loadTemplate($template)
{
return $this;
}
/**
* used to delete node from tree - MUST BE USE TO DELETE RECORD IF TABLE ACTS AS TREE
*
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment